restore_bookmark
Restore a bookmark from archive or trash.
def restore_bookmark(
bookmark_id: string
) - > object
Restore a bookmark from archive or trash.
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to restore. |
Returns
| Type | Description |
|---|---|
object | A JSON response containing the restored bookmark or an error message. |