Bug 13895: Add API routes for checkouts retrieval and renewal
[koha.git] / api / v1 / swagger / definitions / checkouts.json
1 {
2   "type": "array",
3   "items": {
4     "$ref": "checkout.json"
5   }
6 }