createTableRows
Inserts one or multiple new rows into the specified table.
POST
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
A batch of new rows to insert into the table. Each row must adhere to the table’s schema. A maximum of 1000 rows can be inserted in a single request.
The body is of type object
.
Response
200
application/json
A summary of the insertion operation, including any warnings or errors encountered, and the inserted row data.
The response is of type object
.