https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38253
Tomás Cohen Arazi (tcohen) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA QA Contact|[email protected] |[email protected] |y.org | --- Comment #3 from Tomás Cohen Arazi (tcohen) <[email protected]> --- 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. _______________________________________________ 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/
