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

Changes