diff options
author | Angus MacArthur <amacarthur@blackberry.com> | 2013-07-12 11:58:17 -0400 |
---|---|---|
committer | Angus MacArthur <amacarthur@blackberry.com> | 2013-07-12 12:10:42 -0400 |
commit | ace5c54ab91cdb9142a27d4543ee839684d29d5d (patch) | |
tree | 83fd323808932c7ad8a070dad6a7953ad1079fc4 /doc/api | |
parent | acb402a1c1cfb23613be0f988b60884c352de37c (diff) | |
download | gitlab-ce-ace5c54ab91cdb9142a27d4543ee839684d29d5d.tar.gz |
enhance project creation apis to allow setting of public attribute
Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index b3e4ec0214e..2fc235066df 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -189,6 +189,7 @@ Parameters: + `merge_requests_enabled` (optional) + `wiki_enabled` (optional) + `snippets_enabled` (optional) ++ `public` (optional) **Project access levels** @@ -221,6 +222,7 @@ Parameters: + `merge_requests_enabled` (optional) + `wiki_enabled` (optional) + `snippets_enabled` (optional) ++ `public` (optional) |