Koha/api/v1/swagger/definitions/ill_backend.yaml
Pedro Amorim 50909d2266
Bug 22440: Move backend statuses api endpoint
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-05 09:13:43 -03:00

15 lines
314 B
YAML

---
type: object
properties:
ill_backend_id:
type: string
description: Internal ILL backend identifier
capabilities:
type: object
description: List of capabilities
statuses:
type: array
description: existing statuses
items:
$ref: ill_status.yaml
additionalProperties: false