cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/task-tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "b3e1f4a2-89cd-4f17-b62a-5d3c0e7f91a8", "name": "Launch", "isActive": true, "createdAt": "2025-03-10T14:22:45.183Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The task tag uuid.
uuid
The name of the task tag. Max 255 characters.
Whether the task tag is active.
The unique identifier for the object.
The name of the task tag.
The timestamp when the object was created.