Update

PUT

Updates the contents of a workbook.

Path parameters

ridstringRequired

Request

This endpoint expects an object.
stateAsJsonstringRequired
layoutobjectRequired
chartslist of objectsOptional
contentobjectOptional
contentV2objectOptional

Optional for backcompatibility

latestSnapshotRidstringOptional

If provided, will only update the notebook if the latest snapshot matches the provided snapshot rid, and throws SaveNotebookConflict otherwise.

Response

This endpoint returns an object.
ridstring
snapshotRidstring
snapshotAuthorRidstring
snapshotCreatedAtdatetime
metadataobject
stateAsJsonstring
layoutobject
contentV2object
chartslist of objectsOptional
contentobjectOptional
Built with