Skip to main content

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

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to update.

Returns

TypeDescription
objectA JSON object representing the updated bookmark or an error message.