[Koha-devel] PUT /holds/:hold_id

2021-05-17 Thread Tomas Cohen Arazi
Hi all, I wanted to gather some opinions about the mentioned route. We've made sure all routes have the additionalProperties: false setting, and some routes, like this one, don't have it. In the task to add it we noticed: 1. Theroute doesn't work as expected: the documented attributes don't match

Re: [Koha-devel] PUT /holds/:hold_id

2021-05-17 Thread dcook
I’m not sure that I have much to contribute. One comment I would have is… what is the threshold for creating a V2 of the REST API? And maybe a breaking change for the API is OK for a major version change in Koha but just not a minor version change? (That said, I’ve encountered breaking