v1

latestOpenAPI 3.0.12026-07-1729343.4 KB

appends an empty table to the end of the notebook

appends an empty table to the end of the notebook

post/api/notebook/appendEmptyTable

Query parameters

notebookIdstring required

the notebook id

Request body

tableNamestring required

the name of the table you want to append. Should have no spaces or special characters.

columnNamesstring[] required

the names of the columns you want this table to have

rowCountinteger required

the number of rows for this new table

Response

Ok

{"stackTrail":"components:responses:appendEmptyTableResponse:content:application/json:schema:properties:result","oasType":"schema","type":"unknown"}