update_article
Modify article statuses in Tiny Tiny RSS by setting, clearing, or toggling starred, published, unread, or note states for specified articles.
Instructions
更新文章状态。field: 0=星标, 1=已发布, 2=未读, 3=笔记。mode: 0=取消, 1=设置, 2=切换。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| article_ids | Yes | 文章 ID 列表,逗号分隔 (如 '123,456') | |
| field | Yes | 操作字段: 0=星标, 1=已发布, 2=未读, 3=笔记 | |
| mode | Yes | 操作模式: 0=取消, 1=设置, 2=切换 | |
| data | No | 当 field=3 (笔记) 时,笔记内容 |