Patch job description
Partially update a single job description. Any subset of the external job title, content, blocks and language may be provided; omitted fields are left unchanged. Content is only accepted for FREEFORM job descriptions and blocks only for STRUCTURED ones. Changing the language fails if another job description already exists for that job and language.
Authorizations
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Path Parameters
Body
The format this job description is expected to be in. When provided and it does not match the stored format the request is rejected; convert the job description first. Omit to patch whatever format it currently has.
FREEFORM, STRUCTURED The HTML content of the job description. Omit to leave unchanged; set to null to clear it.
300000"<p>We are looking for a senior software engineer...</p>"
The externally visible job title for this job. Omit to leave unchanged.
1"Senior Software Engineer"
The language to set on this job description. Omit to leave unchanged.
en-US, en-GB, es, nl, fr, de, hu, cs, pt, no, sv, da, fi, pl, ro, it, af, cy, ja The Requirements block HTML (STRUCTURED jobs only). Omit to leave unchanged; set to null to clear it.
100000The Description block HTML (STRUCTURED jobs only). Omit to leave unchanged; set to null to clear it.
100000The Compensation block HTML (STRUCTURED jobs only). Omit to leave unchanged; set to null to clear it.
100000Response
Job description updated successfully