summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-18 16:52:07 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-18 16:52:07 +0200
commitd169ae132b814425f4e66473848aa5220a3d6545 (patch)
tree94f1e4c82ae7f57cd3932374fb7297d9450c45b3
parent0bf4e568ea3accebbcafa7be1f74a15b672ae31a (diff)
parent99966b6069341b9cd75a89df79e1397f8eb90eeb (diff)
downloadgitlab-ce-d169ae132b814425f4e66473848aa5220a3d6545.tar.gz
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
-rw-r--r--doc/api/projects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index 9f2945d0701..e795298c672 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -231,6 +231,7 @@ POST /projects
Parameters:
+ `name` (required) - new project name
++ `namespace_id` (optional) - namespace for the new project (defaults to user)
+ `description` (optional) - short project description
+ `issues_enabled` (optional)
+ `wall_enabled` (optional)