Tomas Cohen Arazi
5cd9c904c4
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>
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"order_id_pp": {
|
|
"name": "order_id",
|
|
"in": "path",
|
|
"description": "Internal order identifier",
|
|
"required": true,
|
|
"type": "integer"
|
|
}
|
|
}
|