Resolve Comment
resolve_commentSet a comment thread as resolved or reopen it by providing the comment ID and a boolean flag, leaving the comment content unchanged.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | No | ||
| code | No | ||
| kind | No | ||
| error | No | ||
| details | No | ||
| success | No | ||
| resolved | No | ||
| commentId | No | ||
| retryable | No |