Koha/api/v1/swagger/definitions.json
Josef Moravec 81655e7dbf
Bug 22615: Add endpoint for getting one ill backend
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:40 +00:00

68 lines
1.3 KiB
JSON

{
"account_line": {
"$ref": "definitions/account_line.json"
},
"basket": {
"$ref": "definitions/basket.json"
},
"circ-rule-kind": {
"$ref": "definitions/circ-rule-kind.json"
},
"city": {
"$ref": "definitions/city.json"
},
"error": {
"$ref": "definitions/error.json"
},
"fund": {
"$ref": "definitions/fund.json"
},
"hold": {
"$ref": "definitions/hold.json"
},
"invoice": {
"$ref": "definitions/invoice.json"
},
"checkouts": {
"$ref": "definitions/checkouts.json"
},
"checkout": {
"$ref": "definitions/checkout.json"
},
"holds": {
"$ref": "definitions/holds.json"
},
"ill_backends": {
"$ref": "definitions/ill_backends.json"
},
"ill_backend": {
"$ref": "definitions/ill_backend.json"
},
"library": {
"$ref": "definitions/library.json"
},
"item": {
"$ref": "definitions/item.json"
},
"order": {
"$ref": "definitions/order.json"
},
"patron": {
"$ref": "definitions/patron.json"
},
"patron_account_credit": {
"$ref": "definitions/patron_account_credit.json"
},
"patron_balance": {
"$ref": "definitions/patron_balance.json"
},
"allows_renewal": {
"$ref": "definitions/allows_renewal.json"
},
"vendor": {
"$ref": "definitions/vendor.json"
},
"return_claim": {
"$ref": "definitions/return_claim.json"
}
}