Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ca99b889
Commit
ca99b889
authored
Feb 01, 2022
by
Sam White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
External status check api updates
parent
094a68f9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/api/status_checks.md
doc/api/status_checks.md
+2
-1
No files found.
doc/api/status_checks.md
View file @
ca99b889
...
...
@@ -31,7 +31,7 @@ GET /projects/:id/merge_requests/:merge_request_iid/status_checks
"id"
:
2
,
"name"
:
"Rule 1"
,
"external_url"
:
"https://gitlab.com/test-endpoint"
,
"status"
:
"
approved
"
"status"
:
"
pass
"
},
{
"id"
:
1
,
...
...
@@ -60,6 +60,7 @@ POST /projects/:id/merge_requests/:merge_request_iid/status_check_responses
|
`merge_request_iid`
| integer | yes | IID of a merge request |
|
`sha`
| string | yes | SHA at
`HEAD`
of the source branch |
|
`external_status_check_id`
| integer | yes | ID of an external status check |
|
`status`
| string | no | Set to
`pass`
to pass the check |
NOTE:
`sha`
must be the SHA at the
`HEAD`
of the merge request's source branch.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment