update_bookmark
Update an existing bookmark.
Only the fields present in the JSON body are updated.
def update_bookmark(
bookmark_id: string
) - > object
Update an existing bookmark. Only the fields present in the JSON body are updated.
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to update. |
Returns
| Type | Description |
|---|---|
object | A JSON object representing the updated bookmark or an error message. |