blogger_posts_update
Update an existing blog post by replacing its full content, title, and labels. Control publishing or reverting to draft status directly.
Instructions
Perform a full update of an existing blog post. Replaces the entire post content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The new title of the post. | |
| blogId | Yes | The unique identifier of the blog. | |
| labels | No | The new list of labels for the post. | |
| postId | Yes | The unique identifier of the post to update. | |
| revert | No | Whether to revert the post to draft status. | |
| content | Yes | The new HTML content of the post (Markdown wrappers will be automatically cleaned). | |
| publish | No | Whether to publish the post upon updating. |