Tweak HTTP Request GET payload handling labels

This commit is contained in:
Nick O'Leary
2020-05-29 17:35:18 +01:00
parent 13718032f6
commit 774751a25c
2 changed files with 4 additions and 4 deletions

View File

@@ -409,9 +409,9 @@
"headers": "Headers",
"other": "other",
"paytoqs" : {
"ignore": "Ignore msg.payload",
"query": "Append msg.payload to query-string parameters",
"body": "Send msg.payload as request Body"
"ignore": "Ignore",
"query": "Append to query-string parameters",
"body": "Send as request body"
},
"utf8String": "UTF8 string",
"binaryBuffer": "binary buffer",