OpenAPI.NET.CSharpAnnotations
OpenAPI.NET.CSharpAnnotations copied to clipboard
Allow setting "Deprecated" flag on operations through comment tag
In the spec, you can set deprecated on an API operation to signal that it should no longer be used.
From what I can tell, there's no way to set it - could it be possible to set it through an XML documentation tag, like the other properties?