Update table record
documentedReplace/update a specific record by ID in a table.
PUT /integrations/rest/v3/tables/{tableName}/records/{recordId}Tablesno implementation yet0 runsInput
integration_host*
Caspio integration host (subdomain)
demo
tableName*
Caspio table name
Customers
recordId*
Record ID to update
12345
field1*
First field name to update
Name
value1*
Value for first field
John Doe
field2
Second field name to update
Email
value2
Value for second field
john@example.com
Calls Caspio as you (your API key is your account); keychains.dev holds the credentials.