Replies: 1 comment 2 replies
-
|
What was the error message? The variable placeholders will replaced with the raw value of the variable. This means that you need to ensure that the resulting JSON is of valid syntax. For example, if the values are strings, you need to include the double-quotation marks around the value yourself, either as part of the variable's value itself or as part of the request body. You might also want to tick the "JSON encode"-checkbox in the variable editor, to ensure that any special characters in the variable's value get escaped. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I imported a curl and got a request body
And added the variables I defined.
{
"name": {Adressat},
"blatt": {Blatt},
}
But I get an error message.
Beta Was this translation helpful? Give feedback.
All reactions