cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/practices/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "d2f9a5e3-7c41-4b86-80d0-e3b7c6f02a19", "name": "Consulting", "isActive": true, "createdAt": "2025-11-18T11:25:42.891Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The practice uuid.
uuid
The name of the practice. Max 255 characters.
Whether the practice is active.
The unique identifier for the object.
The name of the practice.
The timestamp when the object was created.