Commit f051ba69 authored by Klaus Frank's avatar Klaus Frank Committed by Rémy Coutable

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: default avatarRémy Coutable <remy@rymai.me>
parent 13d22b3c
...@@ -710,7 +710,7 @@ PUT /projects/:id ...@@ -710,7 +710,7 @@ PUT /projects/:id
| Attribute | Type | Required | Description | | Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- | | --------- | ---- | -------- | ----------- |
| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) | | `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 | | `path` | string | no | Custom repository name for the project. By default generated based on name |
| `default_branch` | string | no | `master` by default | | `default_branch` | string | no | `master` by default |
| `description` | string | no | Short project description | | `description` | string | no | Short project description |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment