mergepost https://api-examples.tamr.cloud/api/v1alpha1/tables/{tableId}/records:mergeMerges a record with another record.Path ParamstableIdstringrequiredRequired. The table that the records belong to.Body ParamstoRecordIdstringrequiredRequired. The record id for the record to survive when merging.fromRecordIdstringrequiredRequired. The record id to retire when merging. Their links will be added to the surviving record.mergeDataobjectOptions for how to update surviving record data. By default, pre-configured merge rules for the table are applied to the data of the surviving record.mergeData objectexpectedVersionsobjectexpectedVersions objectdryRunbooleanOptional. Return the result of merge on the values of the data being merged without applying it. Default is false.truefalseResponse 200A successful response.Updated 23 days ago