diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-18 14:50:13 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-18 14:50:13 +0000 |
commit | 99966b6069341b9cd75a89df79e1397f8eb90eeb (patch) | |
tree | 4c6546b10fc01c0b23ba199916fdee974d851cc7 | |
parent | ec8628fa95b54dae3a0a680e3df043ba01c3e0de (diff) | |
parent | 0007db8352fa56be06d663f4046a2b5602e51bc0 (diff) | |
download | gitlab-ce-99966b6069341b9cd75a89df79e1397f8eb90eeb.tar.gz |
Merge branch 'namespace-api-doc' into 'master'
Namespace Api Doc
-rw-r--r-- | doc/api/projects.md | 1 |
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) |