Commit 0f07922f authored by Jakob Borg's avatar Jakob Borg

'namespace' should be exposed via the API

Since it's now an integral part of the project name, it should be
visible via the API.
parent 0bda2d5d
......@@ -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