Koha/api/v1/swagger/parameters/order.json
Tomas Cohen Arazi 5cd9c904c4
Bug 18731: OpenAPI definitions
This patch introduces the OpenAPI definitions required for the orders
endpoint. It matches the voted RFC.

Sponsored-by: Camden County
Signed-off-by: Matthias Meusburger <matthias.meusburger@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-01-09 16:25:57 +00:00

9 lines
175 B
JSON

{
"order_id_pp": {
"name": "order_id",
"in": "path",
"description": "Internal order identifier",
"required": true,
"type": "integer"
}
}