getPullRequestPatch
Retrieve the patch for a pull request in Bitbucket by specifying workspace, repository slug, and pull request ID. This provides the diff for code review.
Instructions
Get patch for a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | Repository slug | |
| workspace | Yes | Bitbucket workspace name | |
| pull_request_id | Yes | Pull request ID |