From 5fda20c330e8ade52fb23553856cdc9d8776db47 Mon Sep 17 00:00:00 2001 From: Stephen McLaughlin <44235289+Steve-Mcl@users.noreply.github.com> Date: Wed, 6 Apr 2022 07:01:01 +0100 Subject: [PATCH] Improve built in help Co-authored-by: Nick O'Leary --- .../@node-red/nodes/locales/en-US/network/21-httprequest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html b/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html index d2cba3af7..b8d7fc048 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/network/21-httprequest.html @@ -25,7 +25,7 @@
If not configured in the node, this optional property sets the HTTP method of the request. Must be one of GET, PUT, POST, PATCH or DELETE.
headers object
-
Sets the HTTP headers of the request. NOTE: Any headers set in the UI will overwrite any matching headers in msg.headers
+
Sets the HTTP headers of the request. NOTE: Any headers set in the node configuration will overwrite any matching headers in msg.headers
cookies object
If set, can be used to send cookies with the request.
payload