https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38253 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA QA Contact|testopia@bugs.koha-communit |tomascohen@gmail.com |y.org | --- Comment #3 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- I don't think having a verb in the resource path is RESTful, and we should avoid it for consistency. This can be solved by getting rid of the 'toggle' nature of the route and the method used. For example: ``` PUT /holds/{hold_id}/lowest_priority true ``` or ``` PUT /holds/{hold_id}/lowest_priority false ``` -- You are receiving this mail because: You are watching all bug changes.