Commit 99966b6069341b9cd75a89df79e1397f8eb90eeb
Exists in
spb-stable
and in
3 other branches
Merge branch 'namespace-api-doc' into 'master'
Namespace Api Doc
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) | ... | ... |