mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -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: '',
|
default: '',
|
||||||
placeholder: 'webhook',
|
placeholder: 'webhook',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The path to listen to',
|
description: 'The path to listen to. Slashes("/") in the path are not allowed.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Response Code',
|
displayName: 'Response Code',
|
||||||
|
|
Loading…
Reference in a new issue