note_update_draft
Update an existing draft article's title and body by note ID while preserving its published status.
Instructions
既存の下書き記事(IDで指定)のタイトル・本文を上書き保存する。公開状態は変更しない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | note_create_draft で取得した note ID | |
| body | Yes | 記事の本文。改行区切りで段落になる。簡易Markdown対応 | |
| tags | No | 設定したいタグ(省略可・動作未保証の実験的機能) | |
| title | Yes | 記事のタイトル |