Update a link
update_linkUpdate a bookmark's title, description, tags, URL, or collection. Unspecified fields stay; tags are fully replaced. Changing URL deletes saved copies and needs a confirmation token.
Instructions
Changes a bookmark. Fields that are not given stay as they are: the tool reads the link first and merges, because the underlying route replaces the whole record and would otherwise clear the title, description and every tag.
The tags argument REPLACES the tag list — pass the full set you want. Moving a link to another collection only works for the collection owner.
Changing the URL is destructive and needs a confirmation token: Linkwarden deletes every preserved copy of the old page (screenshot, PDF, readable text, single-file HTML) and starts over.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL — destroys the existing preserved copies | |
| name | No | New title | |
| tags | No | Replacement tag list. Omit to keep the current tags, pass [] to remove all of them. | |
| link_id | Yes | Numeric id of the link — the "id" field returned by search_links, not its title or URL | |
| description | No | ||
| collection_id | No | Move the link to this collection (owner only) | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |