Tags

Merge tags into one

Merge tags into one.

POST
/settings/tags/merge

Merge tags into one.

Authorization

bearerToken
AuthorizationBearer <token>

Personal access tokens created from the ThriveDesk UI. Create one under Integrations -> API Keys.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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"}