confluence_create_blog_post_footer_comment
Creates a footer comment on a Confluence blog post. Requires blog post ID and comment body in storage format; returns trimmed response by default.
Instructions
Create a footer comment on a blog post. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The comment body (in storage format) | |
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| blogPostId | Yes | The ID of the blog post |