tables
Batch Insert Rows
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.
POST
Authorizations
Path Parameters
Query Parameters
Body
application/json
Request body for batch inserting rows.
Response
201
application/json
Successful Response
Response for batch insert operation.