[Koha-bugs] [Bug 30799] Add REST API route to update biblio metadata

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 19 12:22:59 CEST 2022


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

Paul Derscheid <paul.derscheid at lmscloud.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #135102|0                           |1
        is obsolete|                            |

--- Comment #2 from Paul Derscheid <paul.derscheid at lmscloud.de> ---
Created attachment 135197
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135197&action=edit
Bug 30799: Add REST API route to update biblio metadata

Example:

PUT /api/v1/biblios/{biblio_id}/metadata

<record>
...
</record>

Calling this endpoint will replace the current MARC record with the one
given in the request body, by calling C4::Biblio::ModBiblio

Test plan:
1. Try requesting this endpoint with your favorite API tool
2. Run `prove t/db_dependent/api/v1/biblios/metadata/put.t`

Signed-off-by: Paul Derscheid <paul.derscheid at lmscloud.de>

--- Works as advertised. Passes provided test.


Current status: Signed Off

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


More information about the Koha-bugs mailing list