summaryrefslogtreecommitdiff
path: root/lib/api/suggestions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/suggestions.rb')
-rw-r--r--lib/api/suggestions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/suggestions.rb b/lib/api/suggestions.rb
index 6260983087f..eee83d5655b 100644
--- a/lib/api/suggestions.rb
+++ b/lib/api/suggestions.rb
@@ -4,7 +4,7 @@ module API
class Suggestions < ::API::Base
before { authenticate! }
- feature_category :code_review
+ feature_category :code_review_workflow
resource :suggestions do
desc 'Apply suggestion patch in the Merge Request it was created' do