-
Hi I want to overwrite the body of a request. However I want the body to be an array (of strings) instead of an object. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
hi @schelv It should be possible. Example:
Which will overwrite the (note: I havent tested this myself, but I recall that we did a lot of work to support a wide range of overwrite cases) |
Beta Was this translation helpful? Give feedback.
-
I should have given an example =) example:
with the new request body:
|
Beta Was this translation helpful? Give feedback.
-
You could do like so:
|
Beta Was this translation helpful? Give feedback.
-
@schelv Did it work for you? |
Beta Was this translation helpful? Give feedback.
-
With this the request body becomes So only one is replaced, so it kind of works. 😅 |
Beta Was this translation helpful? Give feedback.
hi @schelv
It should be possible. Example:
Which will overwrite the
websites
array, with the newly provided array.(note: I havent tested this myself, but I recall that we did a lot of work to support a wide range of overwrite cases)