diff --git a/lib/api/projects.rb b/lib/api/projects.rb index 9f7b3f9b08856264adb1c4fe57160de02bd161e7..357fecb2fe16d2913bfec76045c35587db5c4f4b 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -729,7 +729,7 @@ def translate_params_for_compatibility(params) params do requires :id, type: String, desc: 'ID of a project' end - get ':id/storage', feature_category: :projects do + get ':id/storage', feature_category: :source_code_management do authenticated_as_admin! present user_project, with: Entities::ProjectRepositoryStorage, current_user: current_user