Koha/api/v1
Julian Maurice 9d31efa2b5 Bug 13903: (QA followup) change routes to /holds
GET    /holds?borrowernumber=X (list)
POST   /holds                  (create)
PUT    /holds/{reserve_id}     (update)
DELETE /holds/{reserve_id}     (delete)

Unit tests in t/db_dependent/api/v1/holds.t

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-05-04 13:54:01 +00:00
..
definitions Bug 13903: (QA followup) change routes to /holds 2016-05-04 13:54:01 +00:00
app.pl Bug 13799: Add missing license notices 2015-11-04 13:47:33 -03:00
swagger.json Bug 13903: (QA followup) change routes to /holds 2016-05-04 13:54:01 +00:00