-
Notifications
You must be signed in to change notification settings - Fork 403
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
Feature request: Mark API operation as deprecated
for OpenAPI documentation
#5674
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Hi @tcysin ! Thanks for opening this feature request, and sorry for the delay, we were at re:invent last week. |
It's all good 👍 |
|
Use case
When customizing API operations, I'd like to be able to mark an operation as deprecated (see Operation Object, OAS v3.0.3).
This helps to tell the users that an operation will be, well, deprecated. Here's what it looks like with Petstore example in Swagger Editor:
Solution/User Experience
An extra
deprecated
boolean parameter with aFalse
default:Acknowledgment
Thanks for your hard work!
The text was updated successfully, but these errors were encountered: