Update record values
Tables
Update record values
Updates one or more values for a specific record. Provide either a values array (with column_id or column_name) or a record object keyed by field names.
PUT
Update record values
Documentation Index
Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Body
application/json
- Option 1
- Option 2
- Option 3
Single row keyed by field names
Example:
{
"Location": "New York Flagship",
"Price": "123"
}Response
Record updated successfully
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
Example:
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
Example:
"Record updated successfully"