Commit 0edb9604 authored by Rajendra Kadam's avatar Rajendra Kadam

Move usage_data_api ff to ops and fix the specs

parent 4ee871cb
......@@ -3,6 +3,6 @@ name: usage_data_api
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41301
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/267114
milestone: '13.4'
type: development
group: group::product analytics
type: ops
group: group::product intelligence
default_enabled: true
......@@ -8,7 +8,7 @@ module API
namespace 'usage_data' do
before do
not_found! unless Feature.enabled?(:usage_data_api, default_enabled: true)
not_found! unless Feature.enabled?(:usage_data_api, default_enabled: true, type: :ops)
forbidden!('Invalid CSRF token is provided') unless verified_request?
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment