Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set value of variable in server URL #259

Open
hadjian opened this issue Jun 10, 2024 · 0 comments
Open

Set value of variable in server URL #259

hadjian opened this issue Jun 10, 2024 · 0 comments

Comments

@hadjian
Copy link

hadjian commented Jun 10, 2024

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?

openapi: 3.0.3
servers:
  - url: https://api.example.com/{something}
    description: Production Endpoint
    variables:
      something:
        default: some-value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant