summaryrefslogtreecommitdiff
path: root/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml')
-rw-r--r--data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml b/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
index 4dcefc617c0..9e567322eca 100644
--- a/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
+++ b/data/deprecations/15-7-deprecate-single-merge-request-changes-api-endpoint.yml
@@ -1,8 +1,6 @@
- title: 'Single merge request changes API endpoint'
announcement_milestone: '15.7'
- announcement_date: '2022-12-22'
removal_milestone: '16.0'
- removal_date: '2023-05-22'
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.