cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/job-titles/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "b5b31812-9686-44a2-a356-a3fd8691b9c2", "name": "Client Director", "isActive": false, "createdAt": "2025-01-29T16:30:21.612Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The job title uuid.
uuid
The name of the job title.
Whether the job title is active.
The unique identifier for the object.
The timestamp when the object was created.