Fixed
2026-07-06
3 months ago
PATCH /v3/applications/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
PATCH /v3/candidates/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
PATCH /v3/jobs/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
PATCH /v3/offers/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
PATCH /v3/openings/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
PATCH /v3/rejection_details/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
PATCH /v3/users/{id}
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/applications
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/applications/{id}/reject
- Fixed:
multi_selectrejection-question custom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/candidates
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/jobs
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/offers
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/openings
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.
POST /v3/users
- Fixed:
multi_selectcustom field values can now be set with an array of custom field option IDs (in addition to option names); invalid option IDs, non-array values, or an unsupportedvaluetype now correctly return a 422 error instead of being silently accepted.