mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
📚 Improve description of Webhook-Path
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user