summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-07-08 10:59:52 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-07-08 13:06:17 +0200
commit33124b4b500df904b91c74f3fdf4123fb27631a6 (patch)
treeaa76ee637af7c243f9b7300ce05138f5d1e00de6 /lib
parent0530ec5e6ec324c5b1dd6e450a534b204cae2118 (diff)
downloadgitlab-ce-33124b4b500df904b91c74f3fdf4123fb27631a6.tar.gz
API: Expose shared projects in a groupapi-shared-projects
Diffstat (limited to 'lib')
-rw-r--r--lib/api/entities.rb1
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