Skip to content
Snippets Groups Projects
Commit 7b0ac5b6 authored by Stan Hu's avatar Stan Hu
Browse files

Remove default_branch from project API creation since an empty repository

has no branches to start.

Closes #3937
parent cbb9da3d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment