Commit dac0e2f1 authored by dosire's avatar dosire

Add namespace for projects to docs.

parent 0212bc7a
......@@ -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)
......@@ -254,6 +255,7 @@ Parameters:
+ `user_id` (required) - user_id of owner
+ `name` (required) - new project name
+ `namespace_id` (optional) - namespace for the new project (defaults to user)
+ `description` (optional) - short project description
+ `default_branch` (optional) - 'master' by default
+ `issues_enabled` (optional)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment