Update a job
Updates job fields. Closing or pausing a job also cascades the status to the job's live board postings.
Authentication
AuthorizationBearer
Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.
Path parameters
jobId
Request
This endpoint expects an object.
title
description
location_address
location_city
location_state
postal_code
location_type
department
employment_type
status
salary_range_min
salary_range_max
salary_period
auto_screen
Response
The updated job.
job
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

