Bug 13903: (QA followup) change routes to /holds
[koha.git] / api / v1 / definitions / error.json
1 {
2   "type": "object",
3   "properties": {
4     "error": {
5       "description": "Error message",
6       "type": "string"
7     }
8   }
9 }