update_document_comment
Resolve or re-open a document comment thread. Update the resolved state of a root comment to close or reopen the entire thread.
Instructions
Resolve or re-open one document comment thread.
Root comments only — replies cannot be updated; pick a root id (parent_comment_id=None) from list_document_comments. Resolving the root resolves the whole thread. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview payload without calling Polarion. | |
| resolved | Yes | New resolved state. | |
| space_id | Yes | Space ID ('_default' = default space). | |
| comment_id | Yes | Short comment ID (e.g. 'c42' from list_document_comments). | |
| project_id | Yes | Polarion project ID. | |
| document_name | Yes | Document name within space_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | Yes | ||
| updated | Yes | ||
| resolved | Yes | ||
| comment_id | Yes | ||
| payload_preview | Yes |