Bug 38229 - Clean up PATCH on /holds endpoints
Summary: Clean up PATCH on /holds endpoints
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Martin Renvoize (ashimema)
QA Contact: Testopia
URL:
Keywords:
Depends on: 30661
Blocks:
  Show dependency treegraph
 
Reported: 2024-10-22 14:53 UTC by Martin Renvoize (ashimema)
Modified: 2024-10-22 14:53 UTC (History)
1 user (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 Martin Renvoize (ashimema) 2024-10-22 14:53:03 UTC
In bug 38175 I tried to clean up the PATCH operations for bookings and settle on a standard implementation.

I'd like to update holds to match that, so instead of adding per field endpoints for every individual field you wish to change I'd like to move to PATCH support on the main edit/update resource as per the above bug.