Skip to content
Snippets Groups Projects
Commit 0f07922f authored by Jakob Borg's avatar Jakob Borg
Browse files

'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
No related branches found
No related tags found
1 merge request!2460'namespace' should be exposed via the API
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment