Add field Option

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The Add field option API allows users to create a new option for a SINGLE_CHOICE or MULTIPLE_CHOICE field using the fieldId. This endpoint provides a way for developers to add field option details, including the option label as well as the option color.

📘

New option will append to the existing ones upon addition.


In case, any issues arise or further assistance is required, please refer to the error handling section or reach out to our support team at [email protected] for a prompt resolution.

Path Params
int64
required
≥ 0
Defaults to 1

The field's unique, system-generated identifier, which can be used to identify the field globally.

Body Params
string
enum
required

The optionColor reflects the color of the options for the single or multiple choice field.

string
required

The optionLabel reflects the name of the options for the single or multiple choice field.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json