Update a row in a contact table
Documentation Index
Fetch the complete documentation index at: https://docs.simpu.co/llms.txt
Use this file to discover all available pages before exploring further.
An API key to authenticate requests
The unique ID of the row to update
"674535b2b39158b9aae90188fcec23ec"
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.
{
"674535b2b39158b9aae90188fcec23ec": "John Doe",
"674535b2b39158b9aae90188fcec23ed": "john@acme.org",
"674535b2b39158b9aae90188fcec23ee": "9291234567"
}