Skip to content

Commit ebe0b78

Browse files
committed
Remove Key field from key create resource
Remove the optional 'key' property from the key creation node. The deleted field previously allowed an optional custom key string and routed it as the 'Key' query parameter. This simplifies the node's input options by removing an unused/obsolete configuration.
1 parent f8dcf74 commit ebe0b78

File tree

1 file changed

+0
-16
lines changed
  • nodes/CryptolensDevolens/resources/key

1 file changed

+0
-16
lines changed

nodes/CryptolensDevolens/resources/key/create.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,6 @@ export const keyCreateDescription: INodeProperties[] = [
3939
},
4040
},
4141
},
42-
{
43-
displayName: 'Key',
44-
name: 'key',
45-
type: 'string',
46-
default: '',
47-
displayOptions: {
48-
show: showOnlyForKeyCreate,
49-
},
50-
description: 'Optional custom key string',
51-
routing: {
52-
send: {
53-
type: 'query',
54-
property: 'Key',
55-
},
56-
},
57-
},
5842
{
5943
displayName: 'Notes',
6044
name: 'notes',

0 commit comments

Comments
 (0)