diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-14 10:12:23 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-14 10:12:23 -0700 |
commit | 3c0596974a930b25ba96e9fe4f11ddd606d7473f (patch) | |
tree | 050bd3e3ac9c5d3a9f5827b08ea8d66ba55f60e0 /doc/api | |
parent | 17b5657331957df2f3eefc0108156f423bee5cb6 (diff) | |
parent | ace5c54ab91cdb9142a27d4543ee839684d29d5d (diff) | |
download | gitlab-ce-3c0596974a930b25ba96e9fe4f11ddd606d7473f.tar.gz |
Merge pull request #4538 from amacarthur/public-project-api2
enhance project creation apis to allow setting of public attribute
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) |