Skip to main content

Update up to 200 records atomically (each item: id + fields)

POST 

/v1/objects/:entity/batch/update

Update up to 200 records in one atomic write.

Send an updates array where each item carries an id plus the fields to change; each item is a partial update, so unlisted fields are preserved. If any id is missing or any change is not permitted, the entire batch is rejected and nothing is written.

Set options.suppress_automations: true to skip workflow triggers for the batch. Requires the matching {entity}:write scope.

Request

Responses

Successful Response