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

Swagger UI fails to execute binary API queries #1351

Open
HannesWell opened this issue Jan 30, 2025 · 1 comment
Open

Swagger UI fails to execute binary API queries #1351

HannesWell opened this issue Jan 30, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@HannesWell
Copy link

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

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

Image

Device (please complete the following information):

  • OS: [e.g. Windows]
  • Browser [e.g. Firefox]
@HannesWell HannesWell added the bug Something isn't working label Jan 30, 2025
@johnoliver
Copy link
Contributor

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

tellison added a commit that referenced this issue Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants