Tomas Cohen Arazi
217d0df517
This patch adds the swagger definitions for the /cities endpoint Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
14 lines
361 B
JSON
14 lines
361 B
JSON
{
|
|
"borrowernumberPathParam": {
|
|
"$ref": "parameters/patron.json#/borrowernumberPathParam"
|
|
},
|
|
"borrowernumberQueryParam": {
|
|
"$ref": "parameters/patron.json#/borrowernumberQueryParam"
|
|
},
|
|
"cityidPathParam": {
|
|
"$ref": "parameters/city.json#/cityidPathParam"
|
|
},
|
|
"holdIdPathParam": {
|
|
"$ref": "parameters/hold.json#/holdIdPathParam"
|
|
}
|
|
}
|