Skip to main content
PUT
Bulk update records
Each record requires a recordId (a valid UUID). All other keys are treated as field updates, using field names or field IDs as keys. Only include the fields you want to change.

Authorizations

Authorization
string
header
required

Enter your Zite API key. Format: Bearer <api_key>

Path Parameters

databaseId
string
required

The unique identifier of the database

tableId
string
required

The unique identifier of the table. You can also use the table name instead of the ID.

Body

application/json
records
object[]
required

The records to update. Each entry must include the recordId to update plus the fields to change (using field names or field IDs as keys).

Required array length: 1 - 100 elements

Response

Records updated successfully

success
boolean
required

Whether the bulk operation succeeded.

records
object[]
required

The created, upserted, or updated records.