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
Currently, responses don't include the headers defined in the schema.
For example:
paths: /hello: get: summary: Hello world responses: '200': description: OK headers: x-foo: schema: type: string example: bar content: application/json: schema: type: object properties: foo: type: string
Should return x-foo: bar as a response header.
x-foo: bar
The text was updated successfully, but these errors were encountered:
Any reasons why the commit which is solving this isnt released yet?
Sorry, something went wrong.
@danielgtaylor I saw you had already made this in you last commit. Unfortunately, we are using you docker image and we need a new release.
When do you think you could tackle that? Thanks in advance!
No branches or pull requests
Currently, responses don't include the headers defined in the schema.
For example:
Should return
x-foo: bar
as a response header.The text was updated successfully, but these errors were encountered: