Parameters for the notebooksRevert operation.

interface NotebooksRevertParams {
    headers?: OutgoingHttpHeaders;
    notebookGuid: string;
    source: string;
}

Properties

headers?: OutgoingHttpHeaders
notebookGuid: string

The guid of the main notebook.

source: string

The guid of the notebook version.