From abcd91c7a7cbbe929d65f9625bb5444b5c699bf4 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 2 Jan 2024 12:35:11 +0000 Subject: [PATCH] webhook option tweak --- docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook.md index 7e56f00a1..a45665ea0 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook.md @@ -101,7 +101,7 @@ Choose what data to include in the response body. Select **Add Option** to view more configuration options. The available options depend on your node parameters. Refer to the table for option availability. -* **Binary Data**: enabling this setting allows the Webhook node to receive binary data, such as an image or audio file. +* **Binary Property**: enabling this setting allows the Webhook node to receive binary data, such as an image or audio file. * **Ignore Bots**: ignore requests from bots like link previewers and web crawlers. * **No Response Body**: enable this to prevent n8n sending a body with the response. * **Raw Body**: specify that the Webhook node will receive data in a raw format, such as JSON or XML.