summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Bajao <ebajao@gitlab.com>2019-09-05 20:19:08 +0800
committerPatrick Bajao <ebajao@gitlab.com>2019-09-05 20:24:40 +0800
commitdcdf51b90151c08e04893d2522e631cb872bd003 (patch)
tree9cdfa182abd183d3640cff24f8c6ae98476dcd43
parent2d09896b83d14f1fc23f46fdde2ba000163ff9d4 (diff)
downloadgitlab-ce-docs-13712-public-mr-approval-state-api-ce.tar.gz
-rw-r--r--doc/api/merge_request_approvals.md6
1 files changed, 3 insertions, 3 deletions
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