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

Restricted Parameter Headers #160

Open
klam2010 opened this issue Mar 4, 2021 · 1 comment
Open

Restricted Parameter Headers #160

klam2010 opened this issue Mar 4, 2021 · 1 comment

Comments

@klam2010
Copy link

klam2010 commented Mar 4, 2021

Hello,

You have multiple headers that are not allowed for OpenAPI (Content-Type / Accept). These headers should be filled out within the request / responses.

See: https://swagger.io/docs/specification/describing-parameters/ for more information

@bzmw
Copy link
Contributor

bzmw commented Mar 4, 2021

Thanks for the report @klam2010 , I'll look into this in the next few weeks and see if we can better match the schema definition.
In the mean time the schema says that these fields shall be ignored if they are defined so you should be able to safely ignore them.

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

3 participants
@bzmw @klam2010 and others