Skip to content
Discussion options

You must be logged in to vote

@savage-alex
If things work as expected, you can overwrite the request body, where by using "." as key this targets the root element.
As as value you can set an single value (like a string, number, ...) or a full object ({}) or an array ([])

{
   "key": ".",
   "value": { "foo": "foo-bar-baz" }
}

In the Portman, you can see some examples in the tests

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@thim81
Comment options

@savage-alex
Comment options

@AliKhalili
Comment options

@thim81
Comment options

@savage-alex
Comment options

Answer selected by thim81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants