update_job
Update a job requisition by modifying fields such as name, status, salary, or location. Only provided fields are changed, preserving others.
Instructions
Update a job requisition via partial POST to /v1/jobs/{slug}.
Only non-None fields are forwarded; omitted fields are preserved server-side.
Only the fields most commonly edited are exposed; use the full create_job
surface area if you need to change other fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| name | No | ||
| job_status | No | ||
| job_location_type | No | ||
| min_annual_salary | No | ||
| max_annual_salary | No | ||
| owner_id | No | ||
| note_for_candidates | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |