From dac0e2f17411e23f06ddfef7fb737716e82f0518 Mon Sep 17 00:00:00 2001 From: dosire Date: Fri, 14 Feb 2014 11:13:52 +0100 Subject: Add namespace for projects to docs. --- doc/api/projects.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/api') 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) -- cgit v1.2.1