Merge branch 'remove-default-branch-option-from-doc' into 'master'
Remove default_branch from project API creation documentation The docs erroneously included `default_branch` as an option in project creation, but this field does not make sense because a new project has an empty repo with no branches. Closes #3937 See merge request !2034
This commit is contained in:
commit
d910424cf4
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