update_blog_content
Update existing blog posts by providing new Markdown content and adjusting SEO and blog settings.
Instructions
Update the content of an existing blog post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_id | Yes | The website ID | |
| blog_id | Yes | The blog post ID | |
| blog_content | Yes | Updated blog content in Markdown | |
| seo | No | SEO settings object | |
| blog_settings | No | Blog settings object |