cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/client-tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "e8a1d4f3-5b72-4c09-96e2-c0d3f7a81b24", "name": "Key Account", "isActive": true, "createdAt": "2026-01-20T16:08:44.561Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The client tag uuid.
uuid
The name of the client tag. Max 255 characters.
Whether the client tag is active.
The unique identifier for the object.
The name of the client tag.
The timestamp when the object was created.