Bug 38905 - API Update an item for a biblio should use edit_items instead edit_catalogue
Summary: API Update an item for a biblio should use edit_items instead edit_catalogue
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-16 10:28 UTC by Michaela Sieber
Modified: 2025-01-20 13:48 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michaela Sieber 2025-01-16 10:28:03 UTC
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"}}