Update a workbook bookmark
Update a workbook bookmark, for example by updating the bookmark to use a new exploration of the workbook.
### Usage notes
- Retrieve the **workbookId** by calling the [/v2/workbooks](https://help.sigmacomputing.com/reference/list-workbooks) endpoint.
- Retrieve the **bookmarkId** by calling the [/v2/workbooks/{workbookId}/bookmarks](https://help.sigmacomputing.com/reference/get-workbook-bookmarks) endpoint.
- 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
workbookId
bookmarkId
Request
The request body.
name
isDefault
exploreKey
ID of the associated exploration.
Response
The response body.
bookmarkId
name
exploreKey
ID of the associated exploration.
isDefault
Whether the bookmark is default.

