Update Pull Request

This API operation allows you to update an existing pull request in a Bitbucket repository by sending a PUT request to the specified endpoint with the workspace name, repository slug, and pull request ID. You can modify various properties of the pull request such as the title, description, source and destination branches, reviewers, and close source branch settings. The request body should contain a JSON object with the fields you want to update, and the operation returns the updated pull req...