-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
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
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 😉
ObserverOfTime
Metadata
Metadata
Assignees
Labels
No labels
