diff options
author | dosire <sytses@gmail.com> | 2014-02-14 11:13:52 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-02-14 11:13:52 +0100 |
commit | dac0e2f17411e23f06ddfef7fb737716e82f0518 (patch) | |
tree | 8a37241b417d2a884cf71cc26ab2341d9bafe8eb /doc/api | |
parent | 0212bc7a0d4440cc873e3de00716ce8c50693631 (diff) | |
download | gitlab-ce-dac0e2f17411e23f06ddfef7fb737716e82f0518.tar.gz |
Add namespace for projects to docs.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 9f2945d0701..12e0c47ee6e 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) @@ -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) |