cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/company-types/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "9a2d5c14-e87b-4f63-b0a1-6c3e8d7f29b5", "name": "Prospect", "isActive": true, "createdAt": "2025-04-03T16:55:09.742Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The company type uuid.
uuid
The name of the company type. Max 255 characters.
Whether the company type is active.
The unique identifier for the object.
The name of the company type.
The timestamp when the object was created.