mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -24,8 +24,10 @@ module API
|
||||
success ::API::Entities::FeatureFlag
|
||||
end
|
||||
params do
|
||||
optional :scope, type: String, desc: 'The scope of feature flags',
|
||||
values: %w[enabled disabled]
|
||||
optional :scope,
|
||||
type: String,
|
||||
desc: 'The scope of feature flags',
|
||||
values: %w[enabled disabled]
|
||||
use :pagination
|
||||
end
|
||||
get do
|
||||
|
Reference in New Issue
Block a user