cURL
curl --request PUT \ --url https://api.gospott.com/job-descriptions/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "content": "<p>We are looking for a senior software engineer...</p>", "externalJobTitle": "Senior Software Engineer" } '
Update the job description for a specific job. Allows setting the external job title and the description content.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
The HTML content of the job description. Set to null to clear the description.
"<p>We are looking for a senior software engineer...</p>"
The externally visible job title for this job
"Senior Software Engineer"
Job description updated successfully