AckdbMergeRequest
Request to merge two duplicate entities. Winner keeps its entity_id.
Properties
winnerIdstringrequiredEntity that survives the merge.
loserIdstringrequiredEntity that gets soft-deleted after merge.
Example
AckdbMergeRequest example
{
"winnerId": "01HXYZ123456789ABCDEFGH",
"loserId": "01HABCD123456789EFGHIJK"
}