Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/linkding/mod.ts>unarchiveBookmark

Access your Linkding API with Deno.
Latest
function unarchiveBookmark
import { unarchiveBookmark } from "https://deno.land/x/linkding@v2.0.3/mod.ts";

Unarchive bookmark by ID.

Parameters

id: number

Returns

Promise<Bookmark | null>

Unarchived bookmark, otherwise null if unsuccessful.