update_draft
Update an unpublished Substack draft post by modifying its title, subtitle, body in markdown, or audience.
Instructions
Update an existing draft post. Only works on unpublished drafts. Accepts markdown body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New body in markdown format | |
| title | No | New title | |
| audience | No | Who can see this post | |
| draft_id | Yes | The draft ID to update | |
| subtitle | No | New subtitle |