/custom_fields/{custom_field_gid}/enum_optionsCreate an enum option
Creates a new enum option and adds it to a custom field's list of options. New options are inserted at the end by default, and the custom field can contain no more than 500 options, including disabled options. The authenticated user must have the custom_fields:write scope, and locked custom fields can only be modified by the user who locked them.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The enum option to add to the custom field, with optional placement information.
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 does not exist, and a 500 for a server-side failure. The custom field must contain no more than 500 enum options, including disabled options.