-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
API: Enable serving Swagger UI by default and add docs and guidelines #63489
Conversation
It used to be served behind the `swaggerUi` feature toggle.
(Open the links below in a new tab to go to the correct steps)
|
Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The feature toggles docs removal LGTM, so approved pending Engr approval. Including @josmperez to take a look at the addition to the dev docs. Thank you for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor editorial suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@josmperez I made some changes following your review; can you check once again, thank you! |
…#63489) * Enable serving Swagger UI by default It used to be served behind the `swaggerUi` feature toggle. * Remove `swaggerUi` feature toggle * Add docs and guidelines for updating swagger * Apply suggestions from code review Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Please be advised that this feature loads stuff from unpkg.com, which to me is a third party. Both technical measures such as CSP, and legal measures such as the GDPR, may prevent this from working. |
What is this feature?
swaggerUi
feature toggleWhy do we need this feature?
[Add a description of the problem the feature is trying to solve.]
Who is this feature for?
[Add information on what kind of user the feature is for.]
Which issue(s) does this PR fix?:
Fixes #
Special notes for your reviewer: