Update

Updates the contents of a workbook.

Path parameters

ridstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
stateAsJsonstringRequired
layoutobjectRequired
eventRefsset of objectsRequired

Replace existing pinned events on the workbook.

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.

checkAlertRefsset of objectsOptional

Field to pin check alerts to a workbook on creation. If not provided, will keep the set of check alerts on the workbook unchanged. Providing an empty set will remove all check alerts from the workbook. Any specified CheckAlertReference will be added to the workbook along with it’s corresponding EventReference.

Response

This endpoint returns an object.
ridstring
snapshotRidstring
snapshotAuthorRidstring
snapshotCreatedAtdatetime
metadataobject
stateAsJsonstring
layoutobject
contentV2object
eventRefsset of objects
chartslist of objectsOptional
contentobjectOptional
checkAlertRefsset of objectsOptional