summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-18 14:50:13 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-18 14:50:13 +0000
commit99966b6069341b9cd75a89df79e1397f8eb90eeb (patch)
tree4c6546b10fc01c0b23ba199916fdee974d851cc7
parentec8628fa95b54dae3a0a680e3df043ba01c3e0de (diff)
parent0007db8352fa56be06d663f4046a2b5602e51bc0 (diff)
downloadgitlab-ce-99966b6069341b9cd75a89df79e1397f8eb90eeb.tar.gz
Merge branch 'namespace-api-doc' into 'master'
Namespace Api Doc
-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)