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
cefe7161
Commit
cefe7161
authored
Jul 19, 2018
by
Patrick Bänziger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix API doc link: Merge Request Accept
Merge Request Acceptance is in "regular" merge_requests.md file.
parent
b00cced7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/api/merge_request_approvals.md
doc/api/merge_request_approvals.md
+1
-1
No files found.
doc/api/merge_request_approvals.md
View file @
cefe7161
...
@@ -359,7 +359,7 @@ POST /projects/:id/merge_requests/:merge_request_iid/approve
...
@@ -359,7 +359,7 @@ POST /projects/:id/merge_requests/:merge_request_iid/approve
|
`sha`
| string | no | The HEAD of the MR |
|
`sha`
| string | no | The HEAD of the MR |
The
`sha`
parameter works in the same way as
The
`sha`
parameter works in the same way as
when
[
accepting a merge request
](
#accept-mr
)
: if it is passed, then it must
when
[
accepting a merge request
](
merge_requests.md
#accept-mr
)
: if it is passed, then it must
match the current HEAD of the merge request for the approval to be added. If it
match the current HEAD of the merge request for the approval to be added. If it
does not match, the response code will be
`409`
.
does not match, the response code will be
`409`
.
...
...
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