Skip to main content
POST
/
rpc
/
merge-tags
Merge tags
curl --request POST \
  --url https://mycluster.domino.tech/rpc/merge-tags \
  --header 'Content-Type: application/json' \
  --data '
{
  "sourceTagIds": [
    "<string>"
  ],
  "targetTagId": "<string>"
}
'
{
  "mergedCount": 123,
  "reassignedEntities": 123,
  "targetTag": {
    "fullPath": [
      "<string>"
    ],
    "id": "<string>",
    "label": "<string>",
    "namespace": "<string>"
  }
}

Body

application/json

Merge request

sourceTagIds
string[]
required
targetTagId
string
required

Response

OK

mergedCount
integer
reassignedEntities
integer
targetTag
object