Update a blog post
update_blog_postUpdate a blog post's title, body, SEO meta, status, and translations by ID. Free to use, no credits consumed.
Instructions
Patch a blog post's title / body / SEO meta / status. Use language_code to pick which translation the text fields write to. Free; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric post id (use list_blog_posts or get_blog_post to find it). | |
| slug | No | ||
| tags | No | Tag IDs to attach (sync without detach). | |
| title | No | ||
| status | No | ||
| content | No | HTML body. | |
| excerpt | No | ||
| meta_title | No | ||
| category_id | No | ||
| language_code | No | Which translation the text fields write to. Default 'en'. | |
| featured_image | No | Absolute URL of the featured / og:image. | |
| meta_description | No |