From dcdf51b90151c08e04893d2522e631cb872bd003 Mon Sep 17 00:00:00 2001 From: Patrick Bajao Date: Thu, 5 Sep 2019 20:19:08 +0800 Subject: Doc: Fixes after doc review --- doc/api/merge_request_approvals.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api') diff --git a/doc/api/merge_request_approvals.md b/doc/api/merge_request_approvals.md index 95fb74bdb7c..d19f11ba1d4 100644 --- a/doc/api/merge_request_approvals.md +++ b/doc/api/merge_request_approvals.md @@ -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 -- cgit v1.2.3