[Koha-bugs] [Bug 31799] REST API: PUT endpoint for Items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 7 15:33:40 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31799

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #8 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
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}`.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list