Bug 20691: (QA follow-up) API-related fixes
[koha.git] / api / v1 / swagger / definitions / error.json
blobe43673f217407552aa3bbe8fa1cb4378df9c0063
2   "type": "object",
3   "properties": {
4     "error": {
5       "description": "Error message",
6       "type": "string"
7     }
8   }