-
Notifications
You must be signed in to change notification settings - Fork 429
Feature request: Add ability to download OpenAPI spec #3560
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
Comments
Hi @Thomas-McKanna! Thanks for the feedback on this feature, we launched it weeks ago and this kind of feedback helps us understand what is still missing in this new utility. To allow the customer download the OpenAPI definition we must use the It will be possible if we create a new endpoint for I believe this is a great improvement on the OpenAPI feature. We will be very happy if you want to work on this and send a PR as a contribution. Thanks |
@leandrodamascena Sounds good. I will work on a PR. |
PR created: #3571 |
|
Use case
The Swagger UI feature is nice, but it would be even better to be able to download the OpenAPI specification file so that if users would like to render the documentation in alternative formats, they are easily able to do so.
Solution/User Experience
This could be achieved by adding another endpoint when Swagger is enabled at
/swagger.json
which would download the spec file.Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: