[Koha-bugs] [Bug 31028] Add 'Report a concern' feature for patrons to report concerns about catalog records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 17 10:13:12 CEST 2022


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

--- Comment #6 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 139225
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=139225&action=edit
Bug 31028: Add catalog concerns endpoints

This patch adds the staff accessible REST API endpoints for catalog
concerns.

New endpoints available:
* POST /catalog/concerns
* GET /catalog/concerns
* GET /catalog/concerns/{concern_id}
* PUT /catalog/concerns/{concern_id}
* DELETE /catalog/concenrs/{concern_id}

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


More information about the Koha-bugs mailing list