Resolve Comment
resolve_commentToggle a comment thread's resolved status—mark it as resolved or reopen it—without altering its content.
Instructions
Set a comment thread's resolved state without changing its content. Use delete_comment only when the comment should be removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Comment id returned by list_comments or create_comment. | |
| resolved | Yes | true marks the comment resolved; false reopens it. |