Added
dd1851ed0fa40cd9e12c98453d3898b839241ae0
2 days ago
GET /v3/email_templates
- Added:
identity_verification_persona_requestas a valid value for thenotification_categoryfilter and the response'semail_typefield.
PATCH /v3/jobs/{id}
- Added:
ignore_custom_field_requirementson the request body — anullvalue sent for a required field clears it instead of failing the request. Restricted to integration service-account credentials. - Added:
ignore_approver_permission_checkon the request body, to skip the check that a user set as a job or offer approver viacustom_fieldshas permission to view/edit the job. Restricted to integration service-account credentials.
POST /v3/jobs
- Added:
ignore_custom_field_requirementson the request body, to skip validation that required job custom fields have a value. Restricted to integration service-account credentials. - Added:
ignore_approver_permission_checkon the request body, to skip the check that a user set as a job or offer approver viacustom_fieldshas permission to view/edit the job. Restricted to integration service-account credentials.
POST /v3/jobs/bulk
- Added:
ignore_custom_field_requirementson each item indata, to skip validation that required job custom fields have a value. Restricted to integration service-account credentials. - Added:
ignore_approver_permission_checkon each item indata, to skip the check that a user set as a job or offer approver viacustom_fieldshas permission to view/edit the job. Restricted to integration service-account credentials.