get_merge_request_version
Get a specific version of a merge request diff by specifying the project ID, merge request IID, and version ID.
Instructions
Get a specific version of a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The internal ID of the merge request | |
| version_id | Yes | The ID of the merge request diff version | |
| unidiff | No | Present diffs in the unified diff format. Default is false. Introduced in GitLab 16.5. |