Merge Pull Request
This API operation merges a pull request in a Bitbucket repository by sending a POST request to the specified endpoint with the workspace name, repository slug, and pull request ID. When executed, it attempts to merge the source branch into the destination branch of the pull request, effectively incorporating the proposed changes into the target branch. The operation requires appropriate permissions and will only succeed if the pull request is in a mergeable state with no conflicts, all requi...