v1

latestOpenAPI 3.1.02026-07-26167644759.4 KB
Job Descriptions

Update job description

Update the job description for a specific job. Allows setting the external job title and the description content.

put/job-descriptions/{id}

Path parameters

idstring required

Request body

contentstring nullable required

The HTML content of the job description. Set to null to clear the description.

externalJobTitlestring required

The externally visible job title for this job

Example request

{
  "content": "<p>We are looking for a senior software engineer...</p>",
  "externalJobTitle": "Senior Software Engineer"
}

Response

Job description updated successfully