gitlab_get_merge_request_changes
Retrieve the changes (diff) of a specific merge request in GitLab by providing the merge request internal ID and project ID or path. Facilitates code review and updates tracking.
Instructions
Get changes (diff) of a specific merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merge_request_iid | Yes | The internal ID of the merge request | |
| project_id | Yes | The ID or URL-encoded path of the project |