patchDocumentComment
Update a specific document comment in Polarion by providing project, space, document, and comment IDs, along with a JSON body to modify attributes.
Instructions
Updates the specified Document Comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| spaceId | Yes | The Space ID. (Use '_default' without quotes to address the default Space.) | |
| documentName | Yes | The Document name. | |
| commentId | Yes | The Comment ID. | |
| requestBody | Yes | The Comment body. |