Pedro Amorim
313ce33b22
* Add GET /illbackends/{id}/statuses * Change API route to ill/requests Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
19 lines
536 B
YAML
19 lines
536 B
YAML
---
|
|
type: object
|
|
properties:
|
|
str:
|
|
type: string
|
|
description: Internal ILL status display string
|
|
code:
|
|
type: string
|
|
description: Internal ILL status code or av code
|
|
type:
|
|
type: string
|
|
description: This is 'ill_status' or 'av' depending on if coming from backend or authorised values i.e. alias
|
|
backend:
|
|
type: string
|
|
description: The backend in which this status is used
|
|
category:
|
|
type: string
|
|
description: The AV category in which the status aliases exists in
|
|
additionalProperties: false
|