Closed
Description
openedon Apr 11, 2024
Description
I'm unable to hide JAXRS methods in OpenAPI schema / Swagger.
For endpoints that are experimental or legacy ones I don't want them to be part of the generated schema. That schema serves as public contract in many cases.
I found io.swagger.v3.oas.annotations.Hidden
annotation, but no equivalent of it in Quarkus OpenAPI extension.
SB has ways to hide endpoints from the generated document even without using @Hidden
annotation.
Please add ability to hide rest endpoints from OpenAPI schema / Swagger.
Implementation ideas
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment