OpenAPI.NET.CSharpAnnotations icon indicating copy to clipboard operation
OpenAPI.NET.CSharpAnnotations copied to clipboard

Allow setting "Deprecated" flag on operations through comment tag

Open ChlorideCull opened this issue 5 years ago • 0 comments

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?

ChlorideCull avatar Feb 20 '20 12:02 ChlorideCull