Bug 16497: (follow-up) Adapt to existing guidelines and RFC
[koha.git] / api / v1 / swagger / parameters / library.json
1 {
2   "library_id_pp": {
3     "name": "library_id",
4     "in": "path",
5     "description": "Internal library identifier",
6     "required": true,
7     "type": "string"
8   }
9 }