Authorizations
An API key to authenticate requests
Path Parameters
The unique ID of the row to update
Example:
"674535b2b39158b9aae90188fcec23ec"
Body
application/json
Updates the column of a specified row in the contact table
The data values with column IDs as keys and their corresponding updated data as values.
Example:
{
"674535b2b39158b9aae90188fcec23ec": "John Doe",
"674535b2b39158b9aae90188fcec23ed": "john@acme.org",
"674535b2b39158b9aae90188fcec23ee": "9291234567"
}