cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/project-tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "d0a6f4c3-8b52-4e97-93f2-c5d9e7a13b48", "name": "DevOps", "isActive": true, "createdAt": "2025-08-05T16:48:11.329Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The project tag uuid.
uuid
The name of the project tag. Max 255 characters.
Whether the project tag is active.
The unique identifier for the object.
The name of the project tag.
The timestamp when the object was created.