UpdateSourcedJobPostingsInput
Input Object
updateSourcedJobPostings input.
Fields
updates [UpdateSourcedJobPostingInput!]! Required
Job posting updates.
sourcedPostingId ID! Required
Employer job UUID from createSourcedJobPostings. Also accepts a base64-encoded IRI from EmployerJob.
metadata UpdateSourcedJobPostingMetadataInput
Job metadata.
body UpdateSourcedJobPostingBodyInput
Job body.
title String
Job title. Maximum 75 characters. Omit or set to null for no change.
description String
The job description shown to job seekers.
- Plain text (
TEXT):30to20,000characters. - HTML (
HTML): Minimum30characters, maximum65,000UTF-8 bytes. Because the limit is byte-based, multibyte characters count toward it.
Omit or set to null for no change.
It must match the job posted at SourcedJobPostingMetadataInput.url.
If the client uses HTML on its job list or job details pages, Indeed requires HTML for XML and API jobs unless there is a good reason not to include it. Using HTML helps the job appear closer to the client version. To provide the job description in HTML, set the descriptionFormatting field to RICH_FORMATTING. For more information, see Job description formatting. HTML has restrictions on attributes and element order.
descriptionFormatting DescriptionFormatting
Format of the job description. If the client uses HTML on its job list or job details pages, Indeed requires HTML for XML and API jobs unless there is a good reason not to include it.
Using HTML helps the job appear closer to the client version. Poor formatting can lead to complaints from clients and job seekers.
To provide the job description in HTML, set this field to RICH_FORMATTING. For more information, see Job description formatting. HTML has restrictions on attributes and element order.
jobLocation UpdateSourcedJobPostingLocationInput
Job location. Omit or set to null for no change.
salary UpdateSourcedJobPostingSalaryInput
Job salary. Omit or set to null for no change.
companyName String
Company name. Maximum 200 characters. Omit or set to null for no change.
Example
{"updates": [UpdateSourcedJobPostingInput]}