> ## Documentation Index
> Fetch the complete documentation index at: https://docs.macro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ResolveDocumentComment

> Resolve or reopen a comment thread on a document on behalf of the user. Only use this when explicitly asked to resolve or reopen a comment. Thread ids come from the comments ReadContent returns.

# ResolveDocumentComment

Resolve or reopen a comment thread on a document on behalf of the user. Only use this when explicitly asked to resolve or reopen a comment. Thread ids come from the comments ReadContent returns.

## Parameters

| Parameter    | Type    | Required | Description                                                                      |
| ------------ | ------- | -------- | -------------------------------------------------------------------------------- |
| `documentId` | string  | Yes      | The id of the document the comment is on.                                        |
| `threadId`   | string  | Yes      | The id of the inline or Discussion thread, from ReadContent.                     |
| `resolved`   | boolean | No       | True to resolve the thread, false to reopen a resolved thread. Defaults to true. |
