Bug 38229

Summary: Clean up PATCH on /holds endpoints
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: REST APIAssignee: Martin Renvoize (ashimema) <martin.renvoize>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38175
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 30661    
Bug Blocks:    

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.