summaryrefslogtreecommitdiff
path: root/lib/api/project_events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/project_events.rb')
-rw-r--r--lib/api/project_events.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/project_events.rb b/lib/api/project_events.rb
index 3765473bc0e..69b47f9420d 100644
--- a/lib/api/project_events.rb
+++ b/lib/api/project_events.rb
@@ -6,6 +6,8 @@ module API
include APIGuard
helpers ::API::Helpers::EventsHelpers
+ feature_category :users
+
params do
requires :id, type: String, desc: 'The ID of a project'
end