We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b77563 commit 521f9b9Copy full SHA for 521f9b9
nodes/Shlink/operations/short-urls.ts
@@ -76,8 +76,7 @@ const operationParameters: INodeProperties[] = [
76
},
77
{
78
displayName: 'TAG(s)',
79
- description: 'tag(s) to be attached to the short URL',
80
- required: false,
+ description: 'Tag(s) to be attached to the short URL',
81
name: 'shortURLTags',
82
type: 'string',
83
typeOptions: {
@@ -193,7 +192,7 @@ const operationParameters: INodeProperties[] = [
193
192
194
195
displayName: 'Items / Page',
196
- description: 'number of items per page.',
+ description: 'Number of items per page',
197
name: 'shortURLItemsPerPage',
198
type: 'number',
199
0 commit comments