Koha/api/v1/swagger/definitions/ill_status.yaml
Pedro Amorim 313ce33b22
Bug 22440: ILL API changes
* 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>
2023-05-05 09:13:42 -03:00

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