get_file_diff
Retrieve the diff between two commits or branches for a file or all files in a Bitbucket repository.
Instructions
Get the diff between two commits or branches for a specific file or all files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional specific file path to diff | |
| toRef | Yes | The target commit/branch/tag | |
| fromRef | Yes | The source commit/branch/tag | |
| repoSlug | Yes | The repository slug | |
| projectKey | Yes | The project key (e.g., PROJ) |