Fix parameter "Ignore Bots" parameter order

This commit is contained in:
Jan Oberhauser
2022-01-02 10:20:12 +01:00
parent eeccc69b4f
commit 4cb52c710f
3 changed files with 19 additions and 46 deletions

View File

@@ -283,6 +283,13 @@ export class Webhook implements INodeType {
the received file to. If the data gets received via "Form-Data Multipart"
it will be the prefix and a number starting with 0 will be attached to it.`,
},
{
displayName: 'Ignore Bots',
name: 'ignoreBots',
type: 'boolean',
default: false,
description: 'Set to true to ignore requests from bots like link previewers and web crawlers',
},
{
displayName: 'Response Data',
name: 'responseData',
@@ -380,13 +387,6 @@ export class Webhook implements INodeType {
default: false,
description: 'Raw body (binary)',
},
{
displayName: 'Ignore Bots',
name: 'ignoreBots',
type: 'boolean',
default: false,
description: 'Set to true to ignore requests from bots like link previewers and web crawlers',
},
],
},
],