[Koha-bugs] [Bug 33036] REST API: Merge biblio records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 18 23:17:43 CET 2024


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

Zeno Tajoli <ztajoli at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |A new endpoint of REST API
      release notes|                            |/biblios, to merge two
                   |                            |bibliographic records. You
                   |                            |need to pass parameters
                   |                            |with a json file.
                   |                            |Complete
                   |                            |endpoint:
                   |                            |<base_url>/api/v1/biblios/<
                   |                            |biblo_id>/merge
                   |                            |Parametes
                   |                            |of json file:
                   |                            |-
                   |                            |biblio_id_to_merge
                   |                            |(mandatory)
                   |                            |- rules
                   |                            |(optional)
                   |                            |-
                   |                            |framework_to_use (optional)
                   |                            |- datarecord (optional)
                   |                            |More info in the
                   |                            |Swagger/OpenAPI
                   |                            |Specification of the API

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


More information about the Koha-bugs mailing list