update_raindrop
Modify an existing bookmark by ID to change its URL, title, notes, tags, favorite status, or collection.
Instructions
Update an existing bookmark by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bookmark ID to update | |
| link | No | Updated URL | |
| note | No | Updated notes | |
| tags | No | Updated tags array | |
| title | No | Updated title | |
| excerpt | No | Updated description | |
| important | No | Favorite status | |
| collection | No | Move to collection ID |