diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-29 18:09:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-29 18:09:11 +0000 |
commit | ce27ba9f6c36ecb36114887853a5820c83a7036c (patch) | |
tree | 5ea0441efc567f75ca0e23d61fdec9ae426b37d7 /lib/api/namespaces.rb | |
parent | 4dfd78cb55b08ab20124187d1aab6a431da3e302 (diff) | |
download | gitlab-ce-ce27ba9f6c36ecb36114887853a5820c83a7036c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/namespaces.rb')
-rw-r--r-- | lib/api/namespaces.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/namespaces.rb b/lib/api/namespaces.rb index f98a1f6dd1d..25a901c18b6 100644 --- a/lib/api/namespaces.rb +++ b/lib/api/namespaces.rb @@ -6,6 +6,8 @@ module API before { authenticate! } + feature_category :subgroups + helpers do params :optional_list_params_ee do # EE::API::Namespaces would override this helper |