Update multiple records in a single batch operation
The request body should contain an array of items, where each item represents a row to be updated. For each row, provide the row_id and updates array that specifies the columns (path) to update and the new values (value). The example below is assuming that the table being modified has a column labeled name.
Required API Scope: Workspace Content: Update
POST
Update multiple records in a single batch operation
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Delete multiple records by their IDs in a single operation
Previous
Create multiple records in a single batch operation
Next
Update multiple records in a single batch operation