update_post
Modify existing blog posts by updating titles, content, labels, or other metadata to keep published content current and accurate.
Instructions
Update an existing blog post
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blogId | No | Blog ID (optional if DEFAULT_BLOG_ID is set) | |
| postId | Yes | Post ID | |
| title | No | New post title (optional) | |
| content | No | New post content (HTML allowed, optional). For content larger than 10KB, use content_file instead to avoid parameter size limits. | |
| content_file | No | Path to a file containing new post content (HTML). Recommended for large posts. Takes precedence over content if both are provided. | |
| labels | No | New post labels/tags (optional) |