mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-08 20:37:48 +00:00
27 lines
598 B
YAML
27 lines
598 B
YAML
type: string
|
|
enum:
|
|
- PENDING
|
|
- APPROVED
|
|
- REJECTED
|
|
- EXPIRED
|
|
- CANCELLED
|
|
- ARCHIVED
|
|
description: >-
|
|
Indicates the state of the request processing for this item:
|
|
|
|
* PENDING: The request for this item is awaiting processing.
|
|
|
|
* APPROVED: The request for this item has been approved.
|
|
|
|
* REJECTED: The request for this item was rejected.
|
|
|
|
* EXPIRED: The request for this item expired with no action taken.
|
|
|
|
* CANCELLED: The request for this item was cancelled with no user action.
|
|
|
|
* ARCHIVED: The request for this item has been archived after completion.
|
|
example: PENDING
|
|
|
|
|
|
|