Skip to main content
POST
Merge entities into a target

Headers

x-project-id
string
required

Project ID to specify the project context

Body

application/json
targetId
string
required

The entity ID to merge into (target).

Example:

"3f29c1a4-1b2c-4e7d-9a8b-0c1d2e3f4a5b"

sourceIds
string[]
required

Entity IDs to merge into the target (sources). The target id is ignored if present, and duplicates are collapsed.

Example:

Response