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
Example request
{
"content": "<p>We are looking for a senior software engineer...</p>",
"externalJobTitle": "Senior Software Engineer"
}Response
Job description updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.