[Koha-bugs] [Bug 13903] Add API routes to list, create, update, delete reserves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 28 00:08:44 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13903

--- Comment #19 from Jesse Weaver <jweaver at bywatersolutions.com> ---
Created attachment 50853
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50853&action=edit
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 at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list