Fixed

2026-07-06

PATCH /v3/applications/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

PATCH /v3/candidates/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

PATCH /v3/jobs/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

PATCH /v3/offers/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

PATCH /v3/openings/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

PATCH /v3/rejection_details/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

PATCH /v3/users/{id}

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/applications

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/applications/{id}/reject

  • Fixed: multi_select rejection-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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/candidates

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/jobs

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/offers

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/openings

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.

POST /v3/users

  • Fixed: multi_select 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 unsupported value type now correctly return a 422 error instead of being silently accepted.