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
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-02-03 14:39:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-03 14:39:58 +0300
commita0184c59f6b932034834b7b469eaf45fd121ce82 (patch)
treeebc7ec1b4424392e484f67c47f120af7f61d1dcc /doc/api
parent468b5ccaf7a622e55549599ceb5b18220b5bf0aa (diff)
Add latest changes from gitlab-org/security/gitlab@14-7-stable-ee
Diffstat (limited to 'doc/api')
-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