Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

listId
integer<int64>
required

List ID

Required range: 1 <= x <= 9007199254740991
fieldId
string
required

Field ID

Example:

"field-1234"

dropdownOptionId
integer<int64>
required

Dropdown option ID

Required range: 1 <= x <= 9007199254740991

Body

application/json
  • dropdown type field may update text.
  • ranked-dropdown type field may update text, rank, and/or color.
text
string

Dropdown option text

Required string length: 1 - 255

Response

No Content