v1

latestOpenAPI 3.0.12026-07-1729343.4 KB

updates the content of a cell on a table

updates the content of a cell on a table

post/api/notebook/updateTableCell

Query parameters

notebookIdstring required

the notebook id

Request body

tableIdstring required

the id of the table you want to change

columnNamestring required

the name of the column you want to change

rowIndexinteger required

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

newCellContentstring required

the new content of the cell

Response

Ok