Skip to content

Commit 521f9b9

Browse files
fixed bug
1 parent 0b77563 commit 521f9b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nodes/Shlink/operations/short-urls.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ const operationParameters: INodeProperties[] = [
7676
},
7777
{
7878
displayName: 'TAG(s)',
79-
description: 'tag(s) to be attached to the short URL',
80-
required: false,
79+
description: 'Tag(s) to be attached to the short URL',
8180
name: 'shortURLTags',
8281
type: 'string',
8382
typeOptions: {
@@ -193,7 +192,7 @@ const operationParameters: INodeProperties[] = [
193192
},
194193
{
195194
displayName: 'Items / Page',
196-
description: 'number of items per page.',
195+
description: 'Number of items per page',
197196
name: 'shortURLItemsPerPage',
198197
type: 'number',
199198
typeOptions: {

0 commit comments

Comments
 (0)