Koha/api/v1/swagger/definitions
Jonathan Druart 68173511bf Bug 17651: borrowers.updated_on can be null - swagger def
The swagger file does not consider borrowers.updated_on as a nullable
value, it should

Test plan:
0/ Do not apply this patch
1/ update borrowers set updated_on=null;
2/ prove t/db_dependent/api/v1/patrons.t
=> Fail
3/ Apply this patch
4/ prove t/db_dependent/api/v1/patrons.t
=> green

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

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-11-18 13:39:06 +00:00
..
city.json Bug 17428: [REST] best practice followup 2016-10-28 14:42:49 +00:00
error.json Bug 16699: Move Swagger-related files to api/v1/swagger 2016-08-26 12:08:52 +00:00
hold.json Bug 16699: Move Swagger-related files to api/v1/swagger 2016-08-26 12:08:52 +00:00
holds.json Bug 16699: Move Swagger-related files to api/v1/swagger 2016-08-26 12:08:52 +00:00
patron.json Bug 17651: borrowers.updated_on can be null - swagger def 2016-11-18 13:39:06 +00:00