Commit 22f3b7f2 authored by Cheryl Li's avatar Cheryl Li Committed by Jan Provaznik

Variables apis update feature category

parent f5a67298
...@@ -8,7 +8,7 @@ module API ...@@ -8,7 +8,7 @@ module API
before { authenticated_as_admin! } before { authenticated_as_admin! }
feature_category :continuous_integration feature_category :pipeline_authoring
namespace 'admin' do namespace 'admin' do
namespace 'ci' do namespace 'ci' do
......
...@@ -7,7 +7,7 @@ module API ...@@ -7,7 +7,7 @@ module API
content_type :txt, 'text/plain' content_type :txt, 'text/plain'
feature_category :continuous_integration feature_category :runner
resource :runners do resource :runners do
desc 'Registers a new Runner' do desc 'Registers a new Runner' do
......
...@@ -7,7 +7,7 @@ module API ...@@ -7,7 +7,7 @@ module API
before { authenticate! } before { authenticate! }
before { authorize! :admin_build, user_project } before { authorize! :admin_build, user_project }
feature_category :continuous_integration feature_category :pipeline_authoring
helpers Helpers::VariablesHelpers helpers Helpers::VariablesHelpers
......
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