https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38905
Bug ID: 38905
Summary: API Update an item for a biblio should use edit_items
instead edit_catalogue
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: REST API
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
For the API
https://api.koha-community.org/#tag/biblios/operation/updateBiblioItem
a user must have the permission edit_catalogue
{"permissions":{"editcatalogue":"edit_catalogue"}}
it should be
{"permissions":{"editcatalogue":"edit_items"}}
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/