diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-08 21:31:22 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-12-08 21:31:22 -0800 |
commit | 7b0ac5b6b49675790491dcf8764ebfb17b93012c (patch) | |
tree | c79507f679df58cedad91e379a52c70b2ac00943 /doc/api/projects.md | |
parent | cbb9da3d656482f5a6e046ec791d49390fc23fd7 (diff) | |
download | gitlab-ce-7b0ac5b6b49675790491dcf8764ebfb17b93012c.tar.gz |
Remove default_branch from project API creation since an empty repository
has no branches to start.
Closes #3937
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 42919a312ae..43a50a9a810 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -398,7 +398,6 @@ Parameters: - `user_id` (required) - user_id of owner - `name` (required) - new project name - `description` (optional) - short project description -- `default_branch` (optional) - 'master' by default - `issues_enabled` (optional) - `merge_requests_enabled` (optional) - `builds_enabled` (optional) |