Update pull request comment
bb_update_pull_request_commentUpdate the body of an existing pull request comment on Bitbucket. Provide comment ID, pull request ID, and new Markdown content to replace the original text.
Instructions
Edits the body of an existing comment. Only the comment's author can edit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | New comment body (Markdown), replaces the existing text. | |
| repoSlug | No | Repository slug. Falls back to BITBUCKET_REPO_SLUG if omitted. | |
| commentId | Yes | ||
| workspace | No | Bitbucket workspace slug. Falls back to BITBUCKET_WORKSPACE if omitted. | |
| pullRequestId | Yes | Pull request ID. |