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.
Documentation Index
Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Single row keyed by field names
{
"Location": "New York Flagship",
"Price": "123"
}Record updated successfully
Indicates whether the request completed successfully. True for successful responses; false for documented error responses.
true
Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.
"Record updated successfully"