Commit 4c93d77f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #2460 from calmh/expose-namespace

'namespace' should be exposed via the API
parents 08426d33 0f07922f
......@@ -22,6 +22,7 @@ module Gitlab
expose :owner, using: Entities::UserBasic
expose :private_flag, as: :private
expose :issues_enabled, :merge_requests_enabled, :wall_enabled, :wiki_enabled, :created_at
expose :namespace
end
class ProjectMember < UserBasic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment