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