debian-mirror-gitlab/data/deprecations/14-0-approvals-endpoint.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
1 KiB
YAML
Raw Normal View History

2023-03-04 22:38:38 +05:30
- title: "Changing merge request approvals with the `/approvals` API endpoint"
2023-04-23 21:23:45 +05:30
announcement_milestone: "14.0"
2023-01-13 00:05:48 +05:30
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.
2023-04-23 21:23:45 +05:30
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.
2023-01-13 00:05:48 +05:30
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.
2023-04-23 21:23:45 +05:30
end_of_support_milestone:
2023-01-13 00:05:48 +05:30
tiers: Premium
documentation_url: https://docs.gitlab.com/ee/api/merge_request_approvals.html
2023-04-23 21:23:45 +05:30
image_url:
video_url: