When generating a client from a spec that contains deprecated operations, the generated client does not indicate to the consumer that the operations have been deprecated.
Example deprecated operation:
paths:
/example:
post:
operationId: examplePost
deprecated: true
Related issues/PRs
Akin to #6474
When generating a client from a spec that contains deprecated operations, the generated client does not indicate to the consumer that the operations have been deprecated.
Example deprecated operation:
Related issues/PRs
Akin to #6474