v1
latestOpenAPI 3.0.12026-07-2464217456.8 KBFields
Update field Option
post/1.0/fields/{fieldId}/update-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
{
"optionValue": 3,
"optionColor": "RED",
"optionLabel": "High"
}Response
The requested action was successfully executed.
Example response
{
"optionValue": 2,
"optionLabel": "Todo",
"optionColor": "RED"
}