Remove default_branch from project API creation since an empty repository
has no branches to start. Closes #3937
This commit is contained in:
parent
cbb9da3d65
commit
7b0ac5b6b4
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue