Create rows in the table
Use this API to create one or more new rows
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
rowData object[]Map of columnId to value |
| Responses | ||
|---|---|---|
200Returns the newly created rows
|
Use this API to create one or more new rows
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
rowData object[]Map of columnId to value |
| Responses | ||
|---|---|---|
200Returns the newly created rows
|