Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
string<string>
required
job_id
string<string>
required

Body

application/json
deadline
object
required
title
string

The title of the job.

description
string
Maximum string length: 100000
location
object

The location object.

owner_id
string<int32>

The user_id of the job owner.

status
enum<string>

The status of the job.

Available options:
drafted,
published,
closed,
internal
type
enum<string>

The employment type.

Available options:
full_time,
part_time,
contract,
temporary,
other,
internship,
volunteer
experience
enum<string>

The experience type.

Available options:
na,
intern,
entry_level,
mid_level,
senior
salary
string

The salary of the job.

job_code
string

A code associated with the job. This is internal.

category
object | null
language
object
assigned_team
object
notifications
object
application_form
object
auto_responder
object
tags
object[]

Response

data
object