update_draft
Update an existing draft by providing only the fields you want to change, such as title, subtitle, content, or audience setting. Requires draft ID.
Instructions
Update an existing draft. Provide only the fields you want to change.
Args: post_id: Draft ID returned by create_draft or list_drafts. title: New title (optional). subtitle: New subtitle (optional). content_markdown: New body in Markdown (optional, replaces full body). audience: New audience setting (optional).
Returns: Updated draft summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| title | No | ||
| subtitle | No | ||
| content_markdown | No | ||
| audience | No |