summaryrefslogtreecommitdiff
path: root/data/deprecations/14-0-approvals-endpoint.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-20 13:49:51 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-20 13:49:51 +0000
commit71786ddc8e28fbd3cb3fcc4b3ff15e5962a1c82e (patch)
tree6a2d93ef3fb2d353bb7739e4b57e6541f51cdd71 /data/deprecations/14-0-approvals-endpoint.yml
parenta7253423e3403b8c08f8a161e5937e1488f5f407 (diff)
downloadgitlab-ce-a36f25615e8226344d87b692ccf3e543d5d81712.tar.gz
Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42
Diffstat (limited to 'data/deprecations/14-0-approvals-endpoint.yml')
-rw-r--r--data/deprecations/14-0-approvals-endpoint.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/deprecations/14-0-approvals-endpoint.yml b/data/deprecations/14-0-approvals-endpoint.yml
new file mode 100644
index 00000000000..ae083fda35e
--- /dev/null
+++ b/data/deprecations/14-0-approvals-endpoint.yml
@@ -0,0 +1,16 @@
+- title: "Changing merge request approvals with the `/approvals` API endpoint"
+ announcement_milestone: "14.0"
+ removal_milestone: "16.0"
+ breaking_change: true
+ reporter: tlinz
+ stage: Create
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/353097
+ body: | # (required) Do not modify this line, instead modify the lines below.
+ To change the approvals required for a merge request, you should no longer use the `/approvals` API endpoint, which was deprecated in GitLab 14.0.
+
+ Instead, use the [`/approval_rules` endpoint](https://docs.gitlab.com/ee/api/merge_request_approvals.html#merge-request-level-mr-approvals) to [create](https://docs.gitlab.com/ee/api/merge_request_approvals.html#create-merge-request-level-rule) or [update](https://docs.gitlab.com/ee/api/merge_request_approvals.html#update-merge-request-level-rule) the approval rules for a merge request.
+ end_of_support_milestone:
+ tiers: Premium
+ documentation_url: https://docs.gitlab.com/ee/api/merge_request_approvals.html
+ image_url:
+ video_url: