From ce4a50fcfb4167ffaba748140c87d2c9be8a59df Mon Sep 17 00:00:00 2001 From: Oswaldo Ferreira Date: Mon, 10 Apr 2017 16:22:48 -0300 Subject: Add share_with_group_lock to CE optional params block --- lib/api/groups.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/api/groups.rb b/lib/api/groups.rb index 073c0145cd8..09d105f6b4c 100644 --- a/lib/api/groups.rb +++ b/lib/api/groups.rb @@ -10,6 +10,7 @@ module API optional :visibility, type: String, values: Gitlab::VisibilityLevel.string_values, desc: 'The visibility of the group' optional :lfs_enabled, type: Boolean, desc: 'Enable/disable LFS for the projects in this group' optional :request_access_enabled, type: Boolean, desc: 'Allow users to request member access' + optional :share_with_group_lock, type: Boolean, desc: 'Prevent sharing a project with another group within this group' end params :optional_params do -- cgit v1.2.1