blogger_posts_patch
Partially update a Google Blogger post by changing only the fields you specify, such as title, content, labels, or publish status.
Instructions
Perform a partial update of a blog post, updating only the provided fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | The new title of the post (optional). | |
| blogId | Yes | The unique identifier of the blog. | |
| labels | No | The new list of labels (optional). | |
| postId | Yes | The unique identifier of the post to update. | |
| revert | No | Whether to revert the post to draft status. | |
| content | No | The new HTML content of the post (optional). | |
| publish | No | Whether to publish the post upon updating. |