update_draft
Edit an existing Movable Type draft by specifying its blog and entry IDs, with optional changes to title, body, tags, and categories.
Instructions
指定したIDの下書き記事を更新します。明示的に記事IDを指定して編集したい場合に使用します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | 新しい本文(オプション) | |
| tags | No | 新しいタグの配列(オプション) | |
| title | No | 新しいタイトル(オプション) | |
| blog_id | Yes | ブログID(サイトID) | |
| entry_id | Yes | 記事ID | |
| categories | No | 新しいカテゴリーIDの配列(オプション) |