📚 Update Webhook parameters (#2251)

* 📚 Update Webhook parameters

Capitalization inconsistent, + spelling and minor changes

* update Wait description
This commit is contained in:
Gabriel 2021-09-28 22:25:54 +03:00 committed by GitHub
parent 3a0b96bf32
commit 013c630090
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -283,7 +283,7 @@ export class Wait implements INodeType {
description: 'The HTTP Response code to return',
},
{
displayName: 'Respond when',
displayName: 'Respond When',
name: 'responseMode',
type: 'options',
displayOptions: {

View file

@ -132,7 +132,7 @@ export class Webhook implements INodeType {
},
],
default: 'GET',
description: 'The HTTP method to liste to.',
description: 'The HTTP method to listen to.',
},
{
displayName: 'Path',
@ -155,7 +155,7 @@ export class Webhook implements INodeType {
description: 'The HTTP Response code to return',
},
{
displayName: 'Respond when',
displayName: 'Respond When',
name: 'responseMode',
type: 'options',
options: [
@ -202,7 +202,7 @@ export class Webhook implements INodeType {
},
],
default: 'firstEntryJson',
description: 'What data should be returned. If it should return<br />all the itemsas array or only the first item as object.',
description: 'What data should be returned. If it should return<br />all items as an array or only the first item as object.',
},
{
displayName: 'Property Name',
@ -253,8 +253,8 @@ export class Webhook implements INodeType {
],
},
},
description: `Name of the binary property to which to write the data of<br />
the received file. If the data gets received via "Form-Data Multipart"<br />
description: `Name of the binary property to write the data of<br />
the received file to. If the data gets received via "Form-Data Multipart"<br />
it will be the prefix and a number starting with 0 will be attached to it.`,
},
{