You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When supplying the parameter in the url (and especially with examples) and it is also a required parameter in the body of the json with some api endpoints
Describe the solution you'd like
It would be nice to have a {{ $params.XYZ }} or even like the environment variables to have it available within the {{ }}
Additional context
No response
The text was updated successfully, but these errors were encountered:
Could you provide more details about your use case? Currently, you can define a variable in folder variables or dynamically in a pre-request script and use it in both the Params section and the Body. Would this approach solve your problem, or are you looking for something different?
I think you are right. I can add folder variables. And assign the path parameter and the body to the same.
We can close this request, I was thinking too local but this is a reasonable workaround when I have an api that needs the same value in the url Path and request Body.
Is your feature request related to a problem?
When supplying the parameter in the url (and especially with examples) and it is also a required parameter in the body of the json with some api endpoints
Describe the solution you'd like
It would be nice to have a {{ $params.XYZ }} or even like the environment variables to have it available within the {{ }}
Additional context
No response
The text was updated successfully, but these errors were encountered: