Commit dcdf51b9 authored by Patrick Bajao's avatar Patrick Bajao

Doc: Fixes after doc review

parent 2d09896b
...@@ -525,11 +525,11 @@ PUT /projects/:id/merge_requests/:merge_request_iid/approvers ...@@ -525,11 +525,11 @@ PUT /projects/:id/merge_requests/:merge_request_iid/approvers
} }
``` ```
### Get approval state of merge request ### Get the approval state of merge requests
>**Note:** This API endpoint is only available on 12.3 Starter and above. > [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/13712) in [GitLab Starter](https://about.gitlab.com/pricing/) 12.3.
You can request information about a merge request's approval state using the following endpoint: You can request information about a merge request's approval state by using the following endpoint:
``` ```
GET /projects/:id/merge_requests/:merge_request_iid/approval_state GET /projects/:id/merge_requests/:merge_request_iid/approval_state
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment