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>2022-02-03 18:45:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-02-03 18:45:04 +0300
commite2054126360758df7e33372ab10ac43ea35e2dad (patch)
tree8b67062ffc4deb609e3780143452512e079a1451
parentac2efc24efdd46168b01594b8ec4e1603dfd2246 (diff)
Add latest changes from gitlab-org/security/gitlab@14-6-stable-ee
-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