Skip to content

feat: add /spec endpoint to OAS APIs to expose OAS definitions #7030

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lghiur
Copy link
Collaborator

@lghiur lghiur commented Apr 23, 2025

This commit adds a new feature that automatically creates a /spec endpoint for all OAS APIs. When accessed, this endpoint returns the complete OAS definition of the API as JSON. The endpoint bypasses all middleware, including authentication, making the OAS definition publicly accessible regardless of API security settings.

This commit adds a new feature that automatically creates a /spec endpoint for all OAS APIs.
When accessed, this endpoint returns the complete OAS definition of the API as JSON.
The endpoint bypasses all middleware, including authentication, making the OAS definition
publicly accessible regardless of API security settings.
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

Successfully merging this pull request may close these issues.

1 participant