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": "7c3e1a84-f592-4d06-b8e3-0a1f2c9d5e47", "name": "PowerBI", "isActive": true, "createdAt": "2025-11-17T20:32:38.404Z" }
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.
Whether the skill is active.
The unique identifier for the object.
The timestamp when the object was created.