Update Blogpost
update_blogpostUpdate an existing Confluence Cloud blog post by providing its ID, new title, content, and version number.
Instructions
Update an existing blog post.
Args:
blogpost_id: The ID of the blog post to update.
title: New title.
body_value: New body content.
version_number: The *new* version number (current version + 1).
body_representation: Body format — 'storage', 'wiki', or 'atlas_doc_format'.
status: 'current' or 'draft'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | current | |
| body_value | Yes | ||
| blogpost_id | Yes | ||
| version_number | Yes | ||
| body_representation | No | storage |