Update a bookmark in a tagged workbook

View as MarkdownOpen in Claude
Update a bookmark in a version tagged workbook. ### Usage notes - Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint. - Retrieve the **tagName** by calling the [/v2/tags](https://help.sigmacomputing.com/reference/list-version-tag) endpoint and using the `name` in the response. - Retrieve the **bookmarkId** by calling the [/v2/workbooks/{workbookId}/bookmarks](https://help.sigmacomputing.com/reference/get-workbook-bookmarks) endpoint. - Retrieve the **workbookVersion** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint and using the `latestVersion` in the response for the workbook, or from the version history **More** menu for the specific version. - Retrieve the **exploreKey** by identifying the ID of the workbook exploration that you want to bookmark. When exploring a workbook, the explore ID is visible in the URL: `:explore=76c76e52-8d94-448a-969c-32cc18da9ea0`. Provide the ID after the `=`.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

workbookIdstringRequired
tagNamestringRequired
bookmarkIdstringRequired

Request

The request body.
namestring or nullOptional
isSharedboolean or nullOptional
isDefaultboolean or nullOptional
exploreKeystring or nullOptional
ID of the associated exploration.

Response

The response body.
bookmarkIdstring
namestring
isSharedboolean
Whether the bookmark is shared.
exploreKeystring
ID of the associated exploration.
isDefaultboolean
Whether the bookmark is default.