diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-03 11:39:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-03 11:39:58 +0000 |
commit | a0184c59f6b932034834b7b469eaf45fd121ce82 (patch) | |
tree | ebc7ec1b4424392e484f67c47f120af7f61d1dcc /doc | |
parent | 468b5ccaf7a622e55549599ceb5b18220b5bf0aa (diff) | |
download | gitlab-ce-a0184c59f6b932034834b7b469eaf45fd121ce82.tar.gz |
Add latest changes from gitlab-org/security/gitlab@14-7-stable-ee
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/status_checks.md | 1 |
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 |