Skip to main content

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

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to restore.

Response

StatusDescription
200Bookmark successfully restored. Returns application/json.
404Bookmark with the specified ID was not found. Returns application/json.