resolve_comment
Resolve a comment thread by providing its root ID, removing it from default views. Set resolved=false to reopen the thread.
Instructions
Resolve (acknowledge) a comment thread once it has been addressed — it disappears from default views everywhere (web, desktop, public share page, list_comments). Pass the ROOT comment id; the whole thread resolves. Set resolved=false to reopen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolved | No | true = resolve (default), false = reopen | |
| commentId | Yes | Root comment id (from list_comments) |