updatePullRequestComment
Update an existing pull request comment by specifying the comment ID, pull request ID, and new markdown content.
Instructions
Update an existing comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New comment body (markdown) | |
| repo_slug | No | ||
| workspace | No | ||
| comment_id | Yes | Comment ID | |
| pull_request_id | Yes | Pull request ID |