Bug 13895: Add API routes for checkouts retrieval and renewal
[koha.git] / api / v1 / swagger / parameters / checkout.json
1 {
2   "checkoutIdPathParam": {
3     "name": "checkout_id",
4     "in": "path",
5     "description": "Internal checkout identifier",
6     "required": true,
7     "type": "integer"
8   }
9 }