updatePullRequestComment
Update an existing pull request comment on Bitbucket with new content. Provide workspace, repo slug, PR ID, and comment ID to apply changes.
Instructions
Update a comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Updated comment content | |
| repo_slug | Yes | Repository slug | |
| workspace | Yes | Bitbucket workspace name | |
| comment_id | Yes | Comment ID | |
| pull_request_id | Yes | Pull request ID |