Commit d169ae132b814425f4e66473848aa5220a3d6545

Authored by Dmitriy Zaporozhets
2 parents 0bf4e568 99966b60

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 231 Parameters:
232 232  
233 233 + `name` (required) - new project name
  234 ++ `namespace_id` (optional) - namespace for the new project (defaults to user)
234 235 + `description` (optional) - short project description
235 236 + `issues_enabled` (optional)
236 237 + `wall_enabled` (optional)
... ...