shiori_update_bookmark_fields
Update a bookmark's title, excerpt, public flag, tags, or archive status by modifying specific fields and applying changes.
Instructions
Patch common bookmark fields by fetching the current bookmark, modifying it, then sending Shiori's full update payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookmark_id | Yes | Shiori bookmark id | |
| title | No | Optional replacement title | |
| excerpt | No | Optional replacement excerpt | |
| public | No | Optional public/shared flag | |
| tags | No | Optional comma-separated replacement tag names | |
| create_archive | No | Optional createArchive flag |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |