Skip to content

[typescript-angular] Mark deprecated operations with the @deprecated JSDoc tag in typescript-angular #6972

@daiscog

Description

@daiscog

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions