8dfa3d29855fbd0c42d5899b126dc8523cb52dc6
[koha-equinox.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 }