Skip to content

No visual indication for a deprecated parameter #687

@b2p-fred

Description

@b2p-fred

In my specification:

  /api/documents:
    get:
      parameters:
        -
          name: type
          in: query
          description: 'Set this value to filter on the document history type'
          required: false
          deprecated: true
          allowEmptyValue: true
          schema:
            type: string
            enum:
              - sent
              - validated
              - declined
              - abandoned
              - archived
            default: sent
          style: form
          explode: false
          allowReserved: false
          example: sent
        -
          name: documentType
          in: query
          description: 'Set this value to filter on the document history type'
          required: false
          deprecated: false
          allowEmptyValue: true
          schema:
            type: string
            enum:
              - sent
              - validated
              - declined
              - abandoned
              - archived
            default: sent
          style: form
          explode: false
          allowReserved: false
          example: sent

On the UI:
image

I expected to have a visual indication or a message that indicates that the type field is now deprecated. I know there is such a visual indication (line through) in the request body parameters 😉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions