summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-11-30 11:32:32 +0000
committerRémy Coutable <remy@rymai.me>2016-11-30 11:32:32 +0000
commit43c8788e7bd4c705bc8215ea2409b21a19d090f7 (patch)
tree59caadb760c9c66752ef30dfec77b9cfcdf0583c /doc
parent2706550a964711f7d2b10ab0f6e4dc14b5d72159 (diff)
parent7c607a55ab339293b0e67eeb33439d5407e22aad (diff)
downloadgitlab-ce-43c8788e7bd4c705bc8215ea2409b21a19d090f7.tar.gz
Merge branch 'grapify-projects-api' into 'master'
Grapify the projects API Related to #22928 See merge request !7456
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md
index de57f91bb8e..132be644b59 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -626,6 +626,7 @@ Parameters:
| `path` | string | no | Custom repository name for new project. By default generated based on name |
| `default_branch` | string | no | `master` by default |
| `namespace_id` | integer | no | Namespace for the new project (defaults to the current user's namespace) |
+| `default_branch` | string | no | `master` by default |
| `description` | string | no | Short project description |
| `issues_enabled` | boolean | no | Enable issues for this project |
| `merge_requests_enabled` | boolean | no | Enable merge requests for this project |