Merge tags into one.
Merge tags into one.
bearerToken Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/settings/tags/merge" \ -H "Content-Type: application/json" \ -d '{ "name": "Billing", "color": "#FF0000", "tags": [ "9c81790c-ae74-4cbd-b2ca-d246ae0df1a9", "1a2b3c4d-5e6f-4708-9a0b-1c2d3e4f5a6b" ] }'{ "message": "string"}Name of the merged tag. Must be unique within the organization.
length <= 64^#[0-9A-Fa-f]{6}$IDs of the tags being merged into the new one.
2 <= items