Update Pull Request Comment
update_pull_request_commentUpdate the content of an existing pull request comment in a Bitbucket repository by specifying the comment ID and new markdown content.
Instructions
Update a comment on a pull request.
Args: repo_slug: Repository slug pull_request_id: Pull request ID comment_id: Comment ID content: New comment content in markdown format workspace: Workspace name (optional, defaults to configured workspace)
Returns: Updated comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | Yes | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |