Koha/api/v1/swagger/definitions.json
Kyle M Hall 8aec8a8021 Bug 26633: Add REST API for managing transfer limits
Test Plan:
1) prove t/db_dependent/api/v1/transfer_limits.t

Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org>

Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org>

Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org>

Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Bug 26633: Convert transfer_limit.json to YAML

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-03-16 16:08:30 +01:00

89 lines
1.8 KiB
JSON

{
"account_line": {
"$ref": "definitions/account_line.json"
},
"basket": {
"$ref": "definitions/basket.json"
},
"cashup": {
"$ref": "definitions/cashup.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"
},
"import_batch_profile": {
"$ref": "definitions/import_batch_profile.json"
},
"import_batch_profiles": {
"$ref": "definitions/import_batch_profiles.json"
},
"library": {
"$ref": "definitions/library.json"
},
"transfer_limit": {
"$ref": "definitions/transfer_limit.json"
},
"item": {
"$ref": "definitions/item.json"
},
"order": {
"$ref": "definitions/order.json"
},
"advancededitormacro": {
"$ref": "definitions/advancededitormacro.json"
},
"patron": {
"$ref": "definitions/patron.json"
},
"patron_account_credit": {
"$ref": "definitions/patron_account_credit.json"
},
"patron_balance": {
"$ref": "definitions/patron_balance.json"
},
"quote": {
"$ref": "definitions/quote.json"
},
"allows_renewal": {
"$ref": "definitions/allows_renewal.json"
},
"vendor": {
"$ref": "definitions/vendor.json"
},
"return_claim": {
"$ref": "definitions/return_claim.json"
},
"smtp_server": {
"$ref": "definitions/smtp_server.json"
}
}