23 Feb
2023
23 Feb
'23
4:45 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31799 --- Comment #11 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Martin Renvoize from comment #8)
I'd also argue that this is perhaps misplaced endpoint wise.. we already have a few `/items` endpoints.. whilst I understand the logic being `POST /biblios/{biblio_id}/items` I'm not so sure that logic holds here.. Shouldn't this be `PUT /items/{item_id}` or indeed if we want partial update `PATCH /items/{item_id}`.
This is opinion/taste. Should we vote it? I guess it wouldn't hurt to have both endpoints. -- You are receiving this mail because: You are watching all bug changes.