update-bookmark
Update an existing bookmark by specifying only the fields to change; omitted fields remain unchanged.
Instructions
Update fields on an existing bookmark. Only the fields you pass are modified; omitted fields stay unchanged. Returns the updated bookmark.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL for a link bookmark. | |
| note | No | A free-form note on the bookmark. | |
| title | No | The bookmark's user-set title. Pass null to clear it. | |
| author | No | Link author. Pass null to clear it. | |
| summary | No | The bookmark's summary. Pass null to clear it. | |
| archived | No | Whether the bookmark is archived. | |
| createdAt | No | Override the bookmark's createdAt timestamp (ISO 8601). | |
| publisher | No | Link publisher. Pass null to clear it. | |
| bookmarkId | Yes | The bookmarkId to update. | |
| favourited | No | Whether the bookmark is favourited. | |
| description | No | Link description. Pass null to clear it. |