diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-07-08 10:59:52 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-07-08 13:06:17 +0200 |
commit | 33124b4b500df904b91c74f3fdf4123fb27631a6 (patch) | |
tree | aa76ee637af7c243f9b7300ce05138f5d1e00de6 /lib | |
parent | 0530ec5e6ec324c5b1dd6e450a534b204cae2118 (diff) | |
download | gitlab-ce-33124b4b500df904b91c74f3fdf4123fb27631a6.tar.gz |
API: Expose shared projects in a groupapi-shared-projects
Diffstat (limited to 'lib')
-rw-r--r-- | lib/api/entities.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index 90e51c29339..9076a0c3831 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -104,6 +104,7 @@ module API class GroupDetail < Group expose :projects, using: Entities::Project + expose :shared_projects, using: Entities::Project end class GroupMember < UserBasic |