POST /< bookmark_id >/restore
Restore a bookmark from archive or trash.
Restores a previously archived or trashed bookmark to its active state.
Endpoint
POST /< bookmark_id >/restore
Parameters
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to be restored. |
Response
| Status | Description |
|---|---|
| 200 | The bookmark was successfully restored. Returns object. |
| 404 | No bookmark was found with the provided identifier. Returns object. |