Updates an existing record’s field values using either table ID or table name.
Modifies specific field values in an existing record using either the table ID or table name.Documentation Index
Fetch the complete documentation index at: https://zite.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter your Fillout API key. Format: Bearer <api_key>
The unique identifier of the database
The unique identifier of the table. You can also use the table name instead of the ID.
The UUID of the record to update
Fields to update with their new values (using field names or field IDs as keys). Only include fields you want to change.
{
"Email": "john.doe@newcompany.com",
"Priority": "low"
}Record updated successfully
Unique UUID identifier for the record
Record data with field IDs as keys
{
"fwtJyga6dso": "John Doe",
"k8mNp2xQ9rL": "john.doe@newcompany.com",
"vB3zXc7Hf2w": "low"
}Record data with field names as keys
{
"Name": "John Doe",
"Email": "john.doe@newcompany.com",
"Priority": "low"
}ISO timestamp of when the record was created
ISO timestamp of when the record was last updated