v1

latestOpenAPI 3.0.12026-07-1729343.4 KB

appends a row to the end of an existing table

appends a row to the end of an existing table

post/api/notebook/insertTableRow

Query parameters

notebookIdstring required

the notebook id

Request body

tableIdstring required

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

rowstring[] required

the content of that row

Response

Ok