Removed
2026-05-01
5 months ago
GET /v3/interviews
- Changed: An unrecognized
statusfilter value no longer raises an error; it now returns an empty result set.
POST /v3/approval_flows/{id}/request_approvals
- Added: An optional
requested_by_user_idparam to set which organization user is recorded as having requested the approval flow (defaults to the current user); returns a 422 if the user does not belong to the organization. - Removed: The
requested_by_user_idparam; the approval flow's requester is always set to the current authenticated user.
POST /v3/jobs
- Changed: Required custom field validation is now skipped entirely when the
custom_fieldsparam is omitted from the request; when custom fields are provided, a required field is also considered satisfied if the target record already has an existing value for it.