From a0184c59f6b932034834b7b469eaf45fd121ce82 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 3 Feb 2022 11:39:58 +0000 Subject: Add latest changes from gitlab-org/security/gitlab@14-7-stable-ee --- doc/api/status_checks.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/api') 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 -- cgit v1.2.3