Koha/api/v1/swagger/parameters/checkout.json
Josef Moravec a142369b30 Bug 13895: Adapt naming according to voted RFC
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-28 19:38:41 +00:00

9 lines
170 B
JSON

{
"checkout_id_pp": {
"name": "checkout_id",
"in": "path",
"description": "Internal checkout identifier",
"required": true,
"type": "integer"
}
}