shiori_update_bookmark_fields
Patch a Shiori bookmark's title, excerpt, tags, public flag, or archive setting by modifying selected fields and sending the full update.
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 |