Koha/api/v1/swagger
Tomas Cohen Arazi 8c489457ca Bug 20144: (follow-up) Adjust /patrons endpoint
Fields 'address' and 'city' have been maybe nullable by this bug. This
patch makes them nullable on the API as well.

To test:
- Run:
  $ kshell
 k$ prove t/db_dependent/api/v1/patrons.t
=> FAIL: Tests fail (randomly) when address or city are set to null by
         TestBuilder.
- Apply this patch
- Run:
 k$ prove t/db_dependent/api/v1/patrons.t
=> SUCCESS: Tests pass!
- Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-02-13 16:08:47 -03:00
..
definitions Bug 20144: (follow-up) Adjust /patrons endpoint 2018-02-13 16:08:47 -03:00
parameters Bug 18120: Add '/acquisitions/vendors' endpoint 2017-09-29 17:13:13 -03:00
paths Bug 18403: REST API - patrons endpoint 2018-02-12 15:41:42 -03:00
definitions.json Bug 18120: Add '/acquisitions/vendors' endpoint 2017-09-29 17:13:13 -03:00
parameters.json Bug 19410: (follow-up) Add reserved params definitions 2017-12-11 17:46:59 -03:00
paths.json Bug 7317: Interlibrary loans framework for Koha. 2017-11-09 11:42:12 -03:00
swagger.json Bug 18137: Remove x-mojo-around-action 2017-09-21 11:27:05 -03:00
x-primitives.json Bug 18120: Add '/acquisitions/vendors' endpoint 2017-09-29 17:13:13 -03:00