Correct wrong required condition in doc/api/projects.md

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6054.

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Klaus Frank 2018-06-08 11:04:21 +00:00 committed by Rémy Coutable
parent 13d22b3c2f
commit f051ba6938
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ PUT /projects/:id
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) |
| `name` | string | yes | The name of the project |
| `name` | string | no | The name of the project |
| `path` | string | no | Custom repository name for the project. By default generated based on name |
| `default_branch` | string | no | `master` by default |
| `description` | string | no | Short project description |