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.
Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.
Response
200
application/json
A summary of the insertion operation, including any warnings or errors encountered, and the inserted row data.
Alerts for minor issues that don't block the operation but suggest possible improvements.
Critical issues in specific elements that prevent their successful processing, allowing partial operation success.
Was this page helpful?