blogger_pages_patch
Update a Blogger static page by changing only the provided fields, like title or content, without altering the rest.
Instructions
Perform a partial update of an existing static page. Only updates the provided fields (e.g., title or content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The new title of the page (optional). | |
| 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 | No | The new HTML content of the page (optional). | |
| publish | No | Whether to publish the page upon update. |