Koha/api/v1/swagger/definitions
Joonas Kylmälä 089b857586 Bug 26271: Add null to the list of accepted account_line data types
The database schema for accountlines table allows the
manager_id/user_id column to be NULL. If request to
/api/v1/patrons/<patron_id>/account returns such an accountline where
it is NULL we get 500 error as response. Adding NULL to allowed data
types fixes this issue.

To test:
 1) Run prove t/db_dependent/api/v1/patrons_accounts.t and notice it
    doesn't fail

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-09-03 14:18:23 +02:00
..
account_line.json Bug 26271: Add null to the list of accepted account_line data types 2020-09-03 14:18:23 +02:00
advancededitormacro.json Bug 17268: Advanced cataloging editor macros - add endpoint 2020-05-04 08:25:21 +01:00
allows_renewal.json Bug 17003: (follow-up) Update definitions according to voted RFC 2019-07-01 16:10:15 +01:00
basket.json Bug 18731: OpenAPI definitions 2020-01-09 16:25:57 +00:00
checkout.json Bug 17005: Add checked_in checkouts to REST API response 2019-10-08 14:33:39 +01:00
checkouts.json Bug 13895: Add API routes for checkouts retrieval and renewal 2019-03-28 19:38:41 +00:00
circ-rule-kind.json Bug 18936: (follow-up) Add foreign key and scope enhancement to circ rules 2020-02-04 09:56:24 +00:00
city.json
club_hold.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
club_hold_patron_hold.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
club_hold_patron_holds.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
club_holds.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
error.json
fund.json Bug 23843: Add mapping to Koha::Acquisition::Fund 2019-10-23 18:03:24 +01:00
hold.json Bug 22789: Add non priority feature to C4 classes and staff interface 2020-08-31 16:10:25 +02:00
holds.json
ill_backend.json Bug 22615: Add /ill_backends endpoint 2020-03-05 13:03:32 +00:00
ill_backends.json Bug 22615: Add /ill_backends endpoint 2020-03-05 13:03:32 +00:00
invoice.json Bug 18731: OpenAPI definitions 2020-01-09 16:25:57 +00:00
item.json Bug 19889: Add new attribute to the REST API definition 2020-09-01 12:22:06 +02:00
library.json Bug 16497: (follow-up) Adapt to existing guidelines and RFC 2019-02-19 13:52:14 +00:00
order.json Bug 18731: OpenAPI definitions 2020-01-09 16:25:57 +00:00
patron.json Bug 26015: Terminology: Fix tons more staff clients to staff interfaces 2020-08-31 16:10:25 +02:00
patron_account_credit.json Bug 24592: Reword LOST_RETURN to LOST_FOUND 2020-02-13 15:58:49 +00:00
patron_balance.json Bug 20942: Split debit and credit lines 2018-07-18 16:49:27 +00:00
return_claim.json Bug 14697: Add routes to handle return claims 2019-10-31 12:04:13 +00:00
vendor.json