Update a requisition
PUT/v1/requisitions/:id
Updates a requisition. Only provided fields are changed. Cannot update requisitions in closed, archived, or filled status.
Custom fields (additional_info): Pass all custom field values in each update. Omitted fields will be cleared. Required custom fields must always be included. Use field IDs from /v1/requisitions/fields.
Grouped requisitions: If the requisition is part of a group, set apply_to_group to true to update all group members. When false (default), the requisition leaves the group before being updated.
Reapproval: If the account has approval workflows enabled and the requisition is in an approvable state, reapproval is automatically triggered. Use reapproval_note to include a note.
Job association: Set job_id to associate or change the job. Set job_id to null to remove the job association. When a job is associated, the requisition is automatically opened if eligible.
Request
Responses
- 200
- 404
- 422
Requisition updated
Requisition not found
Validation error