Forum Discussion

iasisalomon's avatar
iasisalomon
Occasional Visitor
3 years ago

Using a Response parameter as a body parameter in other route

Hi there,

I have a route that upon other parameters, returns an operation ID.

I need to use that ID in other requests, so that a new user can execute that request without changing anything. 

If that is not possible, I need to create a required parameter box in the Swagger UI so that the user knows that he needs to copy the operation ID to make the call. (that parameter is part of the requestBody)

Thanks!