Update Job PostingAsk AIput https://api.adept-id.com/jobs/v2/feeds/{job_feed_id}/postings/{posting_id}Updates a job posting from a job feed.Path Paramsposting_idstringrequiredA unique ID for the job posting.job_feed_idstringrequiredThe ID of the job feed to search.Body Paramsjob_titlestringrequiredThe job title.employer_namestringThe name of the employer.employment_typeenumrequiredFull- or part-time nature of the role, if known. [full_time, part_time, unknown]FULL_TIMEPART_TIMEUNKNOWNAllowed:FULL_TIMEPART_TIMEUNKNOWNposting_statusenumDefaults to activeThe job posting status.activeinactiveAllowed:activeinactivesummarystringThe full text of the job posting.is_internshipbooleanDefaults to falseWhether or not the job is an internship. Defaults to False (not an internship).truefalseis_staffingbooleanDefaults to falseWhether or not the job was posted by a staffing/recruiting firm. Defaults to False.truefalseposting_datedate-timeThe date when the job was posted. Defaults to the current date.skillsarray of stringsThe skills stated in the job posting.skillsADD stringcertificationsarray of stringsThe certifications stated in the job posting.certificationsADD stringurlstringThe URL for the job posting.employment_location_typeenumDefaults to UNKNOWNThe in-person nature of the job. [in_person, hybrid, remote, unknown]HYBRIDREMOTEIN_PERSONUNKNOWNAllowed:HYBRIDREMOTEIN_PERSONUNKNOWNlocationobjectThe location for the job posting.location objectsalaryobjectThe salary of the job posting.salary objectshiftobjectThe job's shift details, if applicable.shift objectemployment_termobjectThe job's employment timeline details, if applicable.employment_term objecteducationarray of objectsThe education requirements for the job.educationADD objectyears_of_experienceobjectThe experience required for the job.years_of_experience objectcustom_attributesobjectThis is a custom data object for the job posting. It is returned on searches but cannot be searched itself.custom_attributes objectResponses 200OK 422Unprocessable Content defaultDefault error responseUpdated 9 months ago