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
I am testing with an OpenAPI v3 specification and it contains a variable in the server URL. It doesn't seem that I can set it dynamically, right? So if I want to use a different value for the variable, I have to modify the OpenAPI document and re-sync?
openapi: 3.0.3servers:
- url: https://api.example.com/{something}description: Production Endpointvariables:
something:
default: some-value
The text was updated successfully, but these errors were encountered:
Thanks for this wonderful tool!
I am testing with an OpenAPI v3 specification and it contains a variable in the server URL. It doesn't seem that I can set it dynamically, right? So if I want to use a different value for the variable, I have to modify the OpenAPI document and re-sync?
The text was updated successfully, but these errors were encountered: