custom-fields

Create a custom field select option Adds an option to a select or multiselect custom field.

Rate limit: 120 requests per minute

post/custom-fields/{id}/select-options

Path parameters

idstring required

The ID of the custom field.

Request body

ai_descriptionstring

The AI description used to help AI-enabled fields select this option.

labelstring required

The display label of the option.

slugstring required

The API slug stored as the option value.

Response

request_idstring

The request ID for tracking.

Changes