Lists
Update a dropdown option for a List Field
Update a dropdown option for a List Field.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
List ID
Required range:
1 <= x <= 9007199254740991Field ID
Example:
"field-1234"
Dropdown option ID
Required range:
1 <= x <= 9007199254740991Body
application/json
- dropdownOptions.StandardDropdownOptionToBeUpdated
- dropdownOptions.RankedDropdownOptionToBeUpdated
- dropdownOptions.StatusDropdownOptionToBeUpdated
dropdowntype field may updatetext.ranked-dropdowntype field may updatetext,rank, and/orcolor.status-dropdowntype field may updatetext,rank,color,statusCategory, and/orwinRate.
Dropdown option text
Required string length:
1 - 255Response
No Content