confluence_update_footer_comment
Update an existing footer comment by providing its ID, new body in storage format, and current version number. Pass full=true to receive the raw Confluence API response.
Instructions
Update an existing footer comment. 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 new comment body (in storage format) | |
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| version | Yes | The current version number | |
| commentId | Yes | The ID of the comment |