Lists
Update a single field value on a List Entry
Update a single field value.
Requires the “Export data from Lists” permission.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
List ID
Required range:
1 <= x <= 9007199254740991List Entry ID
Required range:
1 <= x <= 9007199254740991Field ID
Body
application/json
- CompaniesValueUpdate
- CompanyValueUpdate
- DateValue
- DropdownValueUpdate
- DropdownsValueUpdate
- FloatValue
- FloatsValue
- LocationValue
- LocationsValue
- PersonValueUpdate
- PersonsValueUpdate
- RankedDropdownValueUpdate
- TextValue
- TextsValue
Example:
{
"type": "company-multi",
"data": [{ "id": 1 }, { "id": 2 }]
}Response
No Content