API ReferenceRecords Merges
Merge Records
Authorization
apiKey Authorization<token>
API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.
In: header
Path Parameters
workspace*string
object*string
record*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/workspaces/string/objects/string/records/string/merges" \ -H "Content-Type: application/json" \ -d '{ "data": { "type": "string", "attributes": { "sources": [ "string" ] } } }'Empty