Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-15 17:07:45 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-15 17:07:45 +0300
commitecfa8655de37a84007a72c274b5f9662c02499ef (patch)
tree3a6433cdd06c4e59d633ce9391ae72443bf3a11e /doc
parent2d1dfae9b63d35232e4bf537a0aca9b95e2d5e72 (diff)
parent8b83d84bbd7feae8a6a877c06473aeaa8acaafc3 (diff)
Merge branch 'fix-api-docs' into 'master'
Remove duplicated parameter description ## What does this MR do? Remove a duplicated parameter entry in the projects API See merge request !8099
Diffstat (limited to 'doc')
-rw-r--r--doc/api/projects.md1
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 |