-
Notifications
You must be signed in to change notification settings - Fork 47
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
Documentation: Configuration options to change the MP OpenAPI endpoints #7068
Comments
Hi @abutch3r - here is the draft update tom thew MP OpenAPI feature page for OpenLiberty/open-liberty#25011. When you have a chance, would you review and let me know if any changes are needed? When you're satisfied with the update, you can add the |
Hi @dmuelle sole comment is that the feature is available from In relation to that, I don't know if for 2.0 downwards how we would phrase The Content is good, so once the details around the versioning have been resolved, happy to approve |
Thanks @abutch3r - that's a good point to keep in mind w/r/t JAX-RS. I've updated the draft to fix that and extendthe example to all versions of the MP OpenAPI feature: Let me know if any further edits are needed. Thanks! |
@dmuelle that is everything, I approve of the content so its good to go |
@ramkumar-k-9286 this update is ready for peer review |
Feature epic details
Operating systems
Does the documentation apply to all operating systems?
Summary
Add configuration options to the MicroProfile OpenAPI features which allow the user to change:
the endpoint which serves the OpenAPI yaml/json document (default /openapi)
the endpoint which serves the Swagger UI interface for browsing the documentation (default /openapi/ui)
Configuration
<mpOpenAPI docPath="/myOpenAPI/path" uiPath="/myUi/Path" />
Updates to existing topics
Add example to MP OpenAPI feature page
The text was updated successfully, but these errors were encountered: