Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-24 03:11:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-24 03:11:18 +0300
commit47dc0510755f474fdd2369dfbbaaa019053b4492 (patch)
tree4039bde5a20858bb72fb9497b5caaee2128f7fe7 /doc/api/status_checks.md
parent0510f42da38bb0eb1d06aeb82b4d16ed71135776 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/status_checks.md')
-rw-r--r--doc/api/status_checks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/status_checks.md b/doc/api/status_checks.md
index 25ccd5d767a..2d4f09e6069 100644
--- a/doc/api/status_checks.md
+++ b/doc/api/status_checks.md
@@ -42,9 +42,9 @@ GET /projects/:id/merge_requests/:merge_request_iid/status_checks
]
```
-## Set approval status of an external status check
+## Set status of an external status check
-For a single merge request, use the API to inform GitLab that a merge request has been approved by an external service.
+For a single merge request, use the API to inform GitLab that a merge request has passed a check by an external service.
```plaintext
POST /projects/:id/merge_requests/:merge_request_iid/status_check_responses