📚 Improve description of Webhook-Path

This commit is contained in:
Jan Oberhauser 2020-01-01 15:55:08 -06:00
parent 7dba3eed99
commit 2feed92a3f

View file

@ -127,7 +127,7 @@ export class Webhook implements INodeType {
default: '',
placeholder: 'webhook',
required: true,
description: 'The path to listen to',
description: 'The path to listen to. Slashes("/") in the path are not allowed.',
},
{
displayName: 'Response Code',