cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/member-certifications/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "f8a2c5e7-3d19-4b06-92a4-b1d0e7f63c82", "name": "Certified ScrumMaster", "isActive": true, "createdAt": "2025-08-12T10:35:48.719Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The member certification uuid.
uuid
The name of the member certification. Max 255 characters.
Whether the member certification is active.
The unique identifier for the object.
The name of the member certification.
The timestamp when the object was created.