Skip to main content
PATCH
Update a job opening

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

JOB_OPENING_ID
string<uuid>
required

The ID of the job opening to update

Body

application/json
name
string

Name of the job opening

Required string length: 3 - 150
location
string | null

Location of the job

Maximum string length: 200
pay
string | null

Pay information

Maximum string length: 200
hours
string | null

Working hours information

Maximum string length: 200
status
enum<string>

Status of the job opening

Available options:
live,
paused
job_type
object
owner_emails
string<email>[]

Array of email addresses for job opening owners

Response

Job opening updated successfully

data
object