Update rows
Use this API to update rows
| Request Body — REQUIRED |
|---|
askribeKey stringYour secret Askribe key. Can be obtained from your org's settings dashboard |
tableId stringThe tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
rowData objectMap of row id to Map of columnId to value. Only send the data you want to update. |
| Responses | ||
|---|---|---|
200Returns the updated rows
|