v1

latestOpenAPI 3.0.12026-07-1729343.4 KB

updates the data on a table row

updates the data on a table row

post/api/notebook/fillRow

Query parameters

notebookIdstring required

the notebook id

Request body

tableIdstring required

the id of the table you want to append a new row into

rowIndexinteger required

the index of the row you want to change. starts at 0

rowDatastring[] required

the content of that row

Response

Ok