Payload for copying a notebook.

interface NotebooksCreateRequestNotebookCopyBody {
    name: string;
    source_guid: string;
}

Hierarchy (view full)

Properties

Properties

name: string

The name of the new notebook.

source_guid: string

The guid of the notebook to be copied.