Lists
Update a dropdown option for a List Field
| ⚠️ This endpoint is currently in BETA |
|---|
Update a dropdown option for a List Field.
Note: Updating dropdown options on status fields is not yet supported. Requests where
fieldId refers to a status field will return a 400 error.
POST
Documentation Index
Fetch the complete documentation index at: https://developer.affinity.co/llms.txt
Use this file to discover all available pages before exploring further.
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
dropdowntype field may updatetext.ranked-dropdowntype field may updatetext,rank, and/orcolor.
Dropdown option text
Required string length:
1 - 255Response
No Content