|
I want to use the body of a GET in the PUT of another request. The services respond JSON. Something like this: But this doesn't seem to work. I get: Is there a way to make this work? |
Answered by
schophil
May 29, 2024
Replies: 1 comment 2 replies
|
Ah I think I found the solution, this seems to to do the trick: Cna anyone conform this is the right way to do it? |
2 replies
Answer selected by
jcamiel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah I think I found the solution, this seems to to do the trick:
Cna anyone conform this is the right way to do it?