Add Job Posting Set Status Endpoint and Status Field
6 days ago
- Added the
jobPosting.setStatusendpoint for publishing or unpublishing a job posting. SetstatustoPublishedto publish a draft posting, orDraftto unpublish a published posting. Publication validates that the posting has a title, description, belongs to an open job, and meets any compensation requirements. - Added the
statusfield (DraftorPublished) to the response ofjobPosting.info,jobPosting.list,jobPosting.update,jobPosting.updateCompensation, andjobPosting.setStatus.

