Koha/api/v1/swagger/definitions/ill_backend.json
Josef Moravec def667f7fc
Bug 22615: Add /ill_backends endpoint
Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-05 13:03:32 +00:00

13 lines
252 B
JSON

{
"type": "object",
"properties": {
"ill_backend_id": {
"type": "string",
"description": "Internal ILL backend identifier"
},
"capabilities": {
"type": "object",
"description": "List of capabilities"
}
}
}