We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @chrif on July 16, 2018 19:49
Example Swagger/OpenAPI definition:
openapi: 3.0.1 info: version: 1.0.0 title: Swagger Petstore paths: /pets: get: summary: List all pets responses: '200': description: A paged array of pets servers: - url: 'http://{client}.domain.com/api' variables: client: default: acme components: securitySchemes: login: type: oauth2 flows: password: tokenUrl: oauth/v2/token
Authorize form does not replace URL variables:
It instead makes a call to: http://%7Bclient%7D.domain.com/api
http://%7Bclient%7D.domain.com/api
Copied from original issue: swagger-api/swagger-editor#1837
The text was updated successfully, but these errors were encountered:
FYI I have an open PR that resolves this issue for me #5913
Hopefully it can get some attention and have someone look at it
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
From @chrif on July 16, 2018 19:49
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
Authorize form does not replace URL variables:

It instead makes a call to:
http://%7Bclient%7D.domain.com/api
Copied from original issue: swagger-api/swagger-editor#1837
The text was updated successfully, but these errors were encountered: