> ## Documentation Index
> Fetch the complete documentation index at: https://superdoc-caio-pizzol-docs-ai-core-preset.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Comments operations

> Comments operation reference from the canonical Document API contract.

[Back to full reference](../index)

Comment authoring and thread lifecycle operations.

| Operation                                                                                                                                                                     | Member path       | Mutates | Idempotency      | Tracked | Dry run |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------- | ------- | ---------------- | ------- | ------- |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/comments/create"><code>comments.create</code></a></span> | `comments.create` | Yes     | `non-idempotent` | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/comments/patch"><code>comments.patch</code></a></span>   | `comments.patch`  | Yes     | `conditional`    | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/comments/delete"><code>comments.delete</code></a></span> | `comments.delete` | Yes     | `conditional`    | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/comments/get"><code>comments.get</code></a></span>       | `comments.get`    | No      | `idempotent`     | No      | No      |
| <span style={{ whiteSpace: 'nowrap', wordBreak: 'normal', overflowWrap: 'normal' }}><a href="/document-api/reference/comments/list"><code>comments.list</code></a></span>     | `comments.list`   | No      | `idempotent`     | No      | No      |
