Commit 65afcd84 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'variables-apis-update-feature-category' into 'master'

Variables apis update feature category

See merge request gitlab-org/gitlab!64829
parents 4ff8f424 22f3b7f2
......@@ -8,7 +8,7 @@ module API
before { authenticated_as_admin! }
feature_category :continuous_integration
feature_category :pipeline_authoring
namespace 'admin' do
namespace 'ci' do
......
......@@ -7,7 +7,7 @@ module API
content_type :txt, 'text/plain'
feature_category :continuous_integration
feature_category :runner
resource :runners do
desc 'Registers a new Runner' do
......
......@@ -7,7 +7,7 @@ module API
before { authenticate! }
before { authorize! :admin_build, user_project }
feature_category :continuous_integration
feature_category :pipeline_authoring
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