Koha/api/v1/swagger/parameters/city.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

9 lines
159 B
JSON

{
"cityidPathParam": {
"name": "cityid",
"in": "path",
"description": "City id",
"required": true,
"type": "integer"
}
}