POST /api/bookmarks/< bookmark_id >/restore
Restore a bookmark from archive or trash.
Restores a bookmark that was previously archived or moved to trash, making it active again.
Endpoint
POST /api/bookmarks/<bookmark_id>/restore
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to restore. |
Response
| Status | Description |
|---|---|
| 200 | Bookmark successfully restored. Returns application/json. |
| 404 | Bookmark with the specified ID was not found. Returns application/json. |