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": "d5e8a1c4-7b32-4f69-80a3-c9f2e6d01b85", "name": "Senior Consultant", "isActive": true, "createdAt": "2025-02-18T09:41:17.563Z" }
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. Max 255 characters.
Whether the job title is active.
The unique identifier for the object.
The name of the job title.
The timestamp when the object was created.