Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2022-08-11 00:09:45 +00:00
parent 20a18d1f9b
commit 4f1e40017d
82 changed files with 457 additions and 263 deletions

View File

@ -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