summaryrefslogtreecommitdiff
path: root/data/deprecations/14-0-approvals-endpoint.yml
blob: ae083fda35e4ed2764fc57a2aae010c3eaaea678 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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: