update_candidate
Update candidate details by providing only the fields to modify. Unspecified fields retain their current values.
Instructions
Update a candidate via partial POST to /v1/candidates/{slug}.
Only non-None fields are forwarded; omitted fields are preserved server-side
(the API's required first_name is kept automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| first_name | No | ||
| last_name | No | ||
| No | |||
| contact_number | No | ||
| current_organization | No | ||
| current_organization_slug | No | ||
| current_status | No | ||
| position | No | ||
| city | No | ||
| state | No | ||
| country | No | ||
| salary_expectation | No | ||
| notice_period | No | ||
| available_from | No | ||
| No | |||
| owner_id | No | ||
| custom_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |