Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
cea4486b6f14
Commit
c3a5aa15
authored
Feb 16, 2013
by
Dmitriy Zaporozhets
Browse files
Merge pull request #3003 from livedata/patch-1
fixed API access to the project
parents
0f94a1ca07ee
f053c0973356
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/api/entities.rb
View file @
cea4486b
...
...
@@ -20,7 +20,7 @@ class Hook < Grape::Entity
class
Project
<
Grape
::
Entity
expose
:id
,
:name
,
:description
,
:default_branch
expose
:owner
,
using:
Entities
::
UserBasic
expose
:p
rivate_flag
,
as: :private
expose
:p
ublic
,
as: :private
expose
:path
,
:path_with_namespace
expose
:issues_enabled
,
:merge_requests_enabled
,
:wall_enabled
,
:wiki_enabled
,
:created_at
expose
:namespace
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment