Add Job Posting Set Status Endpoint and Status Field

  • Added the jobPosting.setStatus endpoint for publishing or unpublishing a job posting. Set status to Published to publish a draft posting, or Draft to 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 status field (Draft or Published) to the response of jobPosting.info, jobPosting.list, jobPosting.update, jobPosting.updateCompensation, and jobPosting.setStatus.