devops_pull_request_update_comment
Update an existing comment in a pull request by providing its ID and new text content.
Instructions
Update an existing comment in the specified pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_id | Yes | Repository name or ID. | |
| pull_request_id | Yes | Pull request ID. | |
| thread_id | Yes | Thread ID to update. | |
| comment_content | Yes | Updated text content. | |
| comment_id | Yes | ID of the comment to update. | |
| parent_comment_id | Yes | Parent comment id for replies. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |