v1
latestOpenAPI 3.0.12026-07-2464217456.8 KBFields
Add field Option
post/1.0/fields/{fieldId}/add-option
Path parameters
fieldIdinteger required
The field's unique, system-generated identifier, which can be used to identify the field globally.
Request body
Example request
{
"optionColor": "RED",
"optionLabel": "High"
}Response
The resource was successfully created in the database.
Example response
{
"optionValue": 2,
"optionLabel": "Todo",
"optionColor": "RED"
}