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:
Diffstat (limited to 'doc/api/status_checks.md')
-rw-r--r--doc/api/status_checks.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/status_checks.md b/doc/api/status_checks.md
index c0dba71bdc5..7de188ad185 100644
--- a/doc/api/status_checks.md
+++ b/doc/api/status_checks.md
@@ -45,6 +45,7 @@ GET /projects/:id/merge_requests/:merge_request_iid/status_checks
## Set status of an external status check
For a single merge request, use the API to inform GitLab that a merge request has passed a check by an external service.
+To set the status of an external check, the personal access token used must belong to a user with at least the developer role on the target project of the merge request.
```plaintext
POST /projects/:id/merge_requests/:merge_request_iid/status_check_responses