Update Inline Comment
update_inline_commentUpdate an inline comment by replacing its content or changing its resolved state (resolve/reopen). Supply comment ID, new body, and version number to save changes.
Instructions
Update an inline comment (content or resolved state).
Args:
comment_id: Comment ID.
body_value: New comment content.
version_number: The next version number to store — must be current version + 1.
body_representation: Format of body_value — storage (default), wiki, atlas_doc_format.
resolved: Set to True to mark the comment thread as resolved, False to reopen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | No | ||
| body_value | Yes | ||
| comment_id | Yes | ||
| version_number | Yes | ||
| body_representation | No | storage |