blob: 9e567322eca26050a86dcb529462c87db0be8e6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- title: 'Single merge request changes API endpoint'
announcement_milestone: '15.7'
removal_milestone: '16.0'
breaking_change: true
body: |
The endpoint to get [changes from a single merge request](https://docs.gitlab.com/ee/api/merge_requests.html#get-single-merge-request-changes) has been deprecated in favor the [list merge request diffs](https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-request-diffs) endpoint. API users are encouraged to switch to the new diffs endpoint instead. The `changes from a single merge request` endpoint will be removed in v5 of the GitLab REST API.
stage: create
tiers:
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/322117
documentation_url: https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-request-diffs
image_url:
video_url:
|