Commit 0d29ca5f authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'docs-mr-approval-link' into 'master'

Documentation: Fix API doc link from MR approval to MR acceptance

See merge request gitlab-org/gitlab-ee!6598
parents d116ea8d 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`.
......
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