diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-15 10:30:40 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-12-15 10:30:40 +0100 |
commit | 8b83d84bbd7feae8a6a877c06473aeaa8acaafc3 (patch) | |
tree | 3b391ed103af47cf2a11e136715d21bc65531a49 /doc/api | |
parent | 74e3927425881136ee532c6177af5538a9ece2c7 (diff) | |
download | gitlab-ce-8b83d84bbd7feae8a6a877c06473aeaa8acaafc3.tar.gz |
Remove duplicated parameter description [ci skip]fix-api-docs
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 0bc2a5210aa..edffad555a5 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -664,7 +664,6 @@ 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 | |