Update rows
Use this API to update rows
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
rowData objectMap of row id to Map of columnId to value. Only send the data you want to update. |
| Responses | ||
|---|---|---|
200Returns the updated rows
|
Use this API to update rows
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body — REQUIRED |
|---|
rowData objectMap of row id to Map of columnId to value. Only send the data you want to update. |
| Responses | ||
|---|---|---|
200Returns the updated rows
|