Commit d169ae132b814425f4e66473848aa5220a3d6545
Exists in
spb-stable
and in
3 other branches
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
doc/api/projects.md
@@ -231,6 +231,7 @@ POST /projects | @@ -231,6 +231,7 @@ POST /projects | ||
231 | Parameters: | 231 | Parameters: |
232 | 232 | ||
233 | + `name` (required) - new project name | 233 | + `name` (required) - new project name |
234 | ++ `namespace_id` (optional) - namespace for the new project (defaults to user) | ||
234 | + `description` (optional) - short project description | 235 | + `description` (optional) - short project description |
235 | + `issues_enabled` (optional) | 236 | + `issues_enabled` (optional) |
236 | + `wall_enabled` (optional) | 237 | + `wall_enabled` (optional) |