posts:update-draft

Update a saved draft.

Usage

simplified posts:update-draft [options]

Options

FlagShortTypeDescription
--draft-idstringDraft ID to update (required)
--content-cstringNew draft content
--mediastringNew media URL
--additionalJSON stringPlatform-specific settings

Examples

# Update draft content
simplified posts:update-draft --draft-id "DRAFT_ID" -c "Polished copy"

# Update with new media
simplified posts:update-draft --draft-id "DRAFT_ID" --media "https://example.com/image.jpg"