mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Updates to match Nick's suggestions
This commit is contained in:
@@ -398,7 +398,11 @@
|
||||
"status": "Status code",
|
||||
"headers": "Headers",
|
||||
"other": "other",
|
||||
"paytoqs" : "Append msg.payload as",
|
||||
"paytoqs" : {
|
||||
"ignore": "Ignore msg.payload",
|
||||
"query": "Append msg.payload to query-string parameters",
|
||||
"body": "Send msg.payload as request Body"
|
||||
},
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer",
|
||||
"jsonObject": "parsed JSON object",
|
||||
|
Reference in New Issue
Block a user