Update repository with default branch params

This commit is contained in:
Jasder
2020-11-19 10:30:18 +08:00
parent a54613752e
commit 558abb71bb
3 changed files with 7 additions and 2 deletions

View File

@@ -676,6 +676,7 @@ http://localhost:3000/api/projects/3263.json | jq
|description |否|string |项目描述 |
|project_category_id|否|int |项目类别id |
|project_language_id|否|int |项目语言id |
|default_branch |否|string |默认分支名称 |
|private |否|boolean|项目是否私有, true为私有false: 公开,默认为公开 |