Type alias NotebookUpdateCell

NotebookUpdateCell: NotebookCellCreateRequest | NotebookCellUpdateRequest | UnparsedObject

Updating a notebook can either insert new cell(s) or update existing cell(s) by including the cell id. To delete existing cell(s), simply omit it from the list of cells.

Generated using TypeDoc