Updates to match Nick's suggestions

This commit is contained in:
Ben Hardill
2020-02-26 19:45:01 +00:00
parent 37bcd5c603
commit 0ca36a89e3
3 changed files with 26 additions and 26 deletions

View File

@@ -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",