diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-28 22:07:06 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-01-28 22:07:06 -0800 |
commit | f10ca3feb958424e60936b3beed706f6975ae847 (patch) | |
tree | ad8e3a7b2a73ded4e614d4e4880d8f4f5830364e /lib/api/pipelines.rb | |
parent | 3444b7b0571808ac0ee48333b90313ee1482a75e (diff) | |
download | gitlab-ce-sh-api-cancel-pipelines.tar.gz |
Update API endpoint to cancel all pipelines for a projectsh-api-cancel-pipelines
Diffstat (limited to 'lib/api/pipelines.rb')
-rw-r--r-- | lib/api/pipelines.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/pipelines.rb b/lib/api/pipelines.rb index 23ee6b439c9..9ff85264849 100644 --- a/lib/api/pipelines.rb +++ b/lib/api/pipelines.rb @@ -101,7 +101,7 @@ module API end desc 'Cancel all builds in all pipelines of the project' do - detail 'This feature was introduced in GitLab 10.1' + detail 'This feature was introduced in GitLab 10.5' end post ':id/pipelines/:cancel' do authorize! :update_pipeline, user_project |