Commit 4b9d7b80 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-39' into 'master'

Fixes method in docs for MergeRequests#cancel_merge_when_pipeline_succeeds API call

See merge request gitlab-org/gitlab!20391
parents 2488e380 d188e5cd
...@@ -1407,7 +1407,7 @@ If the merge request is already merged or closed - you get `405` and error messa ...@@ -1407,7 +1407,7 @@ If the merge request is already merged or closed - you get `405` and error messa
In case the merge request is not set to be merged when the pipeline succeeds, you'll also get a `406` error. In case the merge request is not set to be merged when the pipeline succeeds, you'll also get a `406` error.
``` ```
PUT /projects/:id/merge_requests/:merge_request_iid/cancel_merge_when_pipeline_succeeds POST /projects/:id/merge_requests/:merge_request_iid/cancel_merge_when_pipeline_succeeds
``` ```
Parameters: Parameters:
......
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