update_hiring_stage
Update a candidate's hiring stage for a specific job. Use list_hiring_pipeline_stages to get the correct status ID.
Instructions
Update a candidate's hiring stage for a specific job.
POST /v1/candidates/{candidate_slug}/hiring-stages/{job_slug}. Use
list_hiring_pipeline_stages to resolve status_id for the correct
pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate_slug | Yes | ||
| job_slug | Yes | ||
| status_id | Yes | ||
| remark | No | ||
| stage_date | No | ||
| create_placement | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |