cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/skills/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "d0a6f4c3-8b52-4e97-93f2-c5d9e7a13b48", "name": "Docker", "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 skill uuid.
uuid
The name of the skill. Max 255 characters.
Whether the skill is active.
The unique identifier for the object.
The name of the skill.
The timestamp when the object was created.