List
Update row
Update a row in a contact table
PATCH
/
lists
/
contact
/
rows
/
<row_id>
Authorizations
Authorization
string
headerrequiredAn API key to authenticate requests
Path Parameters
row_id
string
requiredThe unique ID of the row to update
Body
application/json
columns
object
The data values with column IDs as keys and their corresponding updated data as values.
Response
200 - application/json
row
object
table
object