Skip to content
代码片段 群组 项目
提交 0d29ca5f 编辑于 作者: 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
No related branches found
No related tags found
无相关合并请求
...@@ -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`.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册