Skip to main content
PATCH
Perform batch operations on a list entry's fields

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
listEntryId
integer<int64>
required

List Entry ID

Required range: 1 <= x <= 9007199254740991

Body

application/json

Update multiple field values.

operation
string
required
Allowed value: "update-fields"
updates
object[]
required
Maximum array length: 100

Response

OK

operation
enum<string>
Available options:
update-fields