https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|REST API: Merge biblio |Add route to merge |records |bibliographic records Text to go in the|A new endpoint of REST API |A new endpoint of REST API release notes|/biblios, to merge two |/biblios to merge two |bibliographic records. You |bibliographic records. You |need to pass parameters |need to pass parameters |with a json file. |with a JSON file. |Complete |Complete |endpoint: |endpoint: |<base_url>/api/v1/biblios/< |<base_url>/api/v1/biblios/< |biblo_id>/merge |biblo_id>/merge |Parametes |Parametes |of json file: |of json file: |- |- |biblio_id_to_merge |biblio_id_to_merge |(mandatory) |(mandatory) |- rules |- rules |(optional) |(optional) |- |- |framework_to_use (optional) |framework_to_use (optional) |- datarecord (optional) |- datarecord (optional) |More info in the |More info in the |Swagger/OpenAPI |Swagger/OpenAPI |Specification of the API |specification of the API. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
