summaryrefslogtreecommitdiff
path: root/lib/api/helpers/discussions_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helpers/discussions_helpers.rb')
-rw-r--r--lib/api/helpers/discussions_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers/discussions_helpers.rb b/lib/api/helpers/discussions_helpers.rb
index c94199b17bc..182ada54a12 100644
--- a/lib/api/helpers/discussions_helpers.rb
+++ b/lib/api/helpers/discussions_helpers.rb
@@ -8,7 +8,7 @@ module API
# extend it.
{
Issue => :team_planning,
- Snippet => :snippets,
+ Snippet => :source_code_management,
MergeRequest => :code_review,
Commit => :code_review
}