We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi . i want to do deprecate some api and show in ui swagger . can i do ?
The text was updated successfully, but these errors were encountered:
According to OpenApi documentation you can set the deprecated flag to true. deprecated: true https://swagger.io/docs/specification/2-0/paths-and-operations/ --> "Marking as Deprecated"
deprecated: true
Sorry, something went wrong.
Looks like deprecated as property only exists on Schema and subclasses. Not sure if that is enough or even correct...
deprecated
Schema
Actually, I was wrong. All Operation derived annotations have a deprecated property too, so closing...
Operation
No branches or pull requests
hi . i want to do deprecate some api and show in ui swagger . can i do ?
The text was updated successfully, but these errors were encountered: