Koha/api/v1/swagger/definitions.json
Tomas Cohen Arazi 217d0df517 Bug 17428: [REST] Cities swagger specification
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>
2016-10-28 14:42:48 +00:00

17 lines
276 B
JSON

{
"city": {
"$ref": "definitions/city.json"
},
"patron": {
"$ref": "definitions/patron.json"
},
"holds": {
"$ref": "definitions/holds.json"
},
"hold": {
"$ref": "definitions/hold.json"
},
"error": {
"$ref": "definitions/error.json"
}
}