update_pull_request
Modify an existing pull request's title and description in Bitbucket to reflect code review feedback or updated requirements.
Instructions
Update an existing pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_name | Yes | Name of the repository (repo slug) | |
| pull_request_id | Yes | The ID of the pull request. | |
| title | No | The new title of the pull request. | |
| description | No | The new description of the pull request. |