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
Job description:
- Plain text (
TEXT): 30–20,000 characters. - HTML (
HTML): Minimum 30 characters, maximum 65,000 UTF-8 bytes. The limit is based on bytes, so multibyte characters count toward it. See Job description formatting for supported tags. - Omit or set to null for no change.
descriptionFormatting DescriptionFormatting
Format of the job description. Set to HTML to enable HTML formatting. Default: TEXT.
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]}