Skip to content

Add an option to a field

Request

Add a an option for a field.

Supported field types: MultiOption, Option

Path
fieldIdstringrequired

The API name for the field

Example:my_field
Bodyapplication/json
labelstringrequired

The user defined label of the field option

Example:"Option A"
propertiesobject or null

Additional properties based on the type of field option. See examples for more details.

{ "label": "Option 1" }

Responses

Created

Headers
Locationstring

Location to retrieve the created resource

Bodyapplication/json
valuestringread-only

The system generated value for the field option

Example:"option_1"
Response
{ "value": "option_1" }