Koha/api/v1/swagger
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
..
definitions Bug 17651: borrowers.updated_on can be null - swagger def 2016-11-18 13:39:06 +00:00
parameters Bug 17428: [REST] Cities swagger specification 2016-10-28 14:42:48 +00:00
paths Bug 17428: [REST] best practice followup 2016-10-28 14:42:49 +00:00
definitions.json Bug 17428: [REST] Cities swagger specification 2016-10-28 14:42:48 +00:00
parameters.json Bug 17428: [REST] Cities swagger specification 2016-10-28 14:42:48 +00:00
paths.json Bug 17428: [REST] Cities swagger specification 2016-10-28 14:42:48 +00:00
swagger.json Bug 17428: (QA followup) Fix community site in swagger file 2016-10-28 14:42:50 +00:00
x-primitives.json Bug 17428: [REST] best practice followup 2016-10-28 14:42:49 +00:00