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
Describe the bug
When trying out the binary API end-point via the Swagger UI at https://api.adoptium.net/q/swagger-ui/#/Binary/getBinary
binary
the execution always fails with the message For 'feature_version': Required field is not provided. even if the feature version is provided.
For 'feature_version': Required field is not provided.
To Reproduce
https://api.adoptium.net/q/swagger-ui/#/Binary/getBinary
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Device (please complete the following information):
The text was updated successfully, but these errors were encountered:
I believe this is related to the fact the type of that is "integernull" and the type in the schema is:
type: - integer - "null"
presumably our schema generation is not right at the moment
Sorry, something went wrong.
Merge pull request #1356 from johnoliver/fix-mongo-issue-2
9cc7965
Fix Schema generation for #1351
No branches or pull requests
Describe the bug
When trying out the
binary
API end-point via the Swagger UI athttps://api.adoptium.net/q/swagger-ui/#/Binary/getBinary
the execution always fails with the message
For 'feature_version': Required field is not provided.
even if the feature version is provided.To Reproduce
https://api.adoptium.net/q/swagger-ui/#/Binary/getBinary
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: