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
candidate_id
string<string>
required
application_id
string<string>
required

Body

application/json
parent_stage
enum<string>
required

The parent stage of the application. eg Screening, Interviewing

Available options:
rejected,
new,
screening,
interviewing,
offered,
hired
custom_stage
object | null

Optional sub stage. This is a custom stage

Response

204 - undefined