/custom_fields/{custom_field_gid}/enum_options/insertReorder a custom field's enum
Reorders an enum option within a custom field by placing it before or after another option. Supply enum_option and exactly one placement field, either before_enum_option or after_enum_option, to define the new position. The authenticated user must have the custom_fields:write scope, and locked custom fields can only be reordered by the user who locked them.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The enum option relocation instruction.
A 400 is returned when a parameter or request value is missing or malformed. A 401 is returned without a valid authentication token, a 403 when the authenticated user lacks access or the required custom_fields:write scope, a 404 when the custom field or enum option does not exist, and a 500 for a server-side failure. enum_option is required, and you must provide either before_enum_option or after_enum_option, but not both.