Fix type description

This commit is contained in:
Michael Lihs 2017-12-14 23:09:31 +00:00
parent dd5da9fb60
commit 623b2cef56
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ Parameters:
| `visibility` | string | no | The group's visibility. Can be `private`, `internal`, or `public`. |
| `lfs_enabled` | boolean | no | Enable/disable Large File Storage (LFS) for the projects in this group |
| `request_access_enabled` | boolean | no | Allow users to request member access. |
| `parent_id` | int | no | The parent group id for creating nested group. |
| `parent_id` | integer | no | The parent group id for creating nested group. |
## Transfer project to group