From f10ca3feb958424e60936b3beed706f6975ae847 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Sun, 28 Jan 2018 22:07:06 -0800 Subject: Update API endpoint to cancel all pipelines for a project --- lib/api/pipelines.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.1