mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
📚 Improve description of Webhook-Path
This commit is contained in:
parent
7dba3eed99
commit
2feed92a3f
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue