Insert multiple rows into a table atomically.
All rows will be inserted in a single transaction. If any row fails, the entire batch will be rolled back.
{ "rows_inserted": 123 }
Request body for batch inserting rows.
Successful Response
Response for batch insert operation.
Was this page helpful?