Commit cefe7161 authored by Patrick Bänziger's avatar Patrick Bänziger

Fix API doc link: Merge Request Accept

Merge Request Acceptance is in "regular" merge_requests.md file.
parent b00cced7
...@@ -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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment