update_article_draft
Update an existing article draft and automatically fill dependent fields. Pass a temporary cover image URL to upload and attach it.
Instructions
Update an existing draft and automatically complete dependent fields. If you have a temporary image URL (e.g. from DALL-E), pass it in temporaryCoverImageUrl to automatically upload and attach it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| tags | No | ||
| title | Yes | ||
| author | No | ||
| postId | Yes | ||
| content | Yes | ||
| excerpt | No | ||
| seoTitle | No | ||
| siteSlug | Yes | ||
| authorRole | No | ||
| categoryId | No | ||
| coverImage | No | ||
| linkPolicy | No | ||
| imagePrompt | No | ||
| canonicalUrl | No | ||
| seoDescription | No | ||
| temporaryCoverImageUrl | No |