Closed matt-phylum closed 1 year ago
This PR allows operations to be marked as deprecated by using the attribute #[openapi(deprecated)].
#[openapi(deprecated)]
Closes #106
Thanks for creating a PR for this! :heart:
This PR allows operations to be marked as deprecated by using the attribute
#[openapi(deprecated)]
.Closes #106