mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 12:06:11 +10:00
Merge pull request #3003 from livedata/patch-1
fixed API access to the project
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ module Gitlab
|
||||
class Project < Grape::Entity
|
||||
expose :id, :name, :description, :default_branch
|
||||
expose :owner, using: Entities::UserBasic
|
||||
expose :private_flag, as: :private
|
||||
expose :public, as: :private
|
||||
expose :path, :path_with_namespace
|
||||
expose :issues_enabled, :merge_requests_enabled, :wall_enabled, :wiki_enabled, :created_at
|
||||
expose :namespace
|
||||
|
||||
Reference in New Issue
Block a user