optional:repository_storages,type: Array[String],desc: 'A list of names of enabled storage paths, taken from `gitlab.yml`. New projects will be created in one of these stores, chosen at random.'
optional:usage_ping_enabled,type: Grape::API::Boolean,desc: 'Every week GitLab will report license usage back to GitLab, Inc.'
optional:updating_name_disabled_for_users,type: Grape::API::Boolean,desc: 'Flag indicating if users are permitted to update their profile name'
optional:disable_overriding_approvers_per_merge_request,type: Grape::API::Boolean,desc: 'Disable Users ability to overwrite approvers in merge requests.'
optional:prevent_merge_requests_author_approval,type: Grape::API::Boolean,desc: 'Disable Merge request author ability to approve request.'
optional:prevent_merge_requests_committers_approval,type: Grape::API::Boolean,desc: 'Disable Merge request commiter ability to approve request.'