pub async fn bookmark_update(
id: String,
patch: BookmarkPatch,
store: State<'_, BookmarkStoreHandle>,
) -> Result<Bookmark, AppError>Expand description
Update mutable fields of a bookmark.
Returns NotFound when id does not match any stored bookmark.