blogger_pages_update
Update an existing Blogger static page by replacing its title and content. Publish or revert to draft as needed.
Instructions
Perform a full update of an existing static page. Replaces the entire page with the new title and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The new title of the page. | |
| blogId | Yes | The unique identifier of the blog. | |
| pageId | Yes | The unique identifier of the page to update. | |
| revert | No | Whether to revert the page to draft status. | |
| content | Yes | The new HTML content of the page (Markdown wrappers will be automatically cleaned). | |
| publish | No | Whether to publish the page upon update. |