Koha/api/v1/swagger/definitions/ill_statuses.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

5 lines
77 B
YAML

---
type: array
items:
$ref: "ill_status.yaml"
additionalProperties: false