update_post
Update an existing blog post by its ID, altering title, content, status, SEO fields, category, or image.
Instructions
Update an existing blog post by its ID — change title, content, status, SEO fields, category, image, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ID or slug of the post to update | |
| title | No | ||
| status | No | ||
| content | No | ||
| excerpt | No | ||
| ogTitle | No | ||
| category | No | Category slug | |
| metaTitle | No | ||
| metaKeywords | No | ||
| ogDescription | No | ||
| metaDescription | No | ||
| featuredImageAlt | No | ||
| featuredImageUrl | No | ||
| contentSourceType | No | ||
| primaryTopicCluster | No |