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. 30 to 20,000 characters. Omit or set to null for no change.
descriptionFormatting DescriptionFormatting
Description format. Omit to use the 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]}