cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/project-tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "a3f9c2e1-847d-4b6f-9e3a-d2c7f1b08e45", "name": "Frontend", "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 name of the project tag.
Whether the project tag is active.
200
The unique identifier for the object.
The timestamp when the object was created.