diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-06 19:14:11 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-06 19:14:11 +0200 |
commit | cfa15d0846e43b72d91ec83384c8d1cefcd1c80c (patch) | |
tree | 3de0edb4c9e897e12fdff06fce529e007fc0e2ae /doc/api/projects.md | |
parent | 580dfe5af9c84feafaad1f870d53e2a49d27e0be (diff) | |
download | gitlab-ce-cfa15d0846e43b72d91ec83384c8d1cefcd1c80c.tar.gz |
Remove default_branch support from API project creation
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/api/projects.md')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 3ae9af59fc3..d4d883e54ec 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -213,7 +213,6 @@ Parameters: + `name` (required) - new project name + `description` (optional) - short project description -+ `default_branch` (optional) - 'master' by default + `issues_enabled` (optional) + `wall_enabled` (optional) + `merge_requests_enabled` (optional) |