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
openapi: 3.0.0 info: version: 1.0.0 title: test servers: - url: http://httpbin.org paths: /get: get: responses: '200': description: OK content: application/xml: {} text/plain: {}
Steps to reproduce:
Request is sent with Accept: application/xml or Accept: text/plain - depending on which response type was selected.
Accept: application/xml
Accept: text/plain
Request is sent with Accept: application/json.
Accept: application/json
The text was updated successfully, but these errors were encountered:
Hmm, @shockey?
Sorry, something went wrong.
Fix should be live..... shortly 😄
Thanks @hkosova!
shockey
No branches or pull requests
Demonstration API definition
Steps to reproduce:
Expected Behavior
Request is sent with
Accept: application/xml
orAccept: text/plain
- depending on which response type was selected.Current Behavior
Request is sent with
Accept: application/json
.The text was updated successfully, but these errors were encountered: