update_draft
Update an existing unpublished Substack draft with a new markdown body, title, subtitle, or audience settings. Modify draft content by providing its draft ID to apply changes before publishing.
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 |