A new endpoint of REST API /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.
|