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
diff options
context:
space:
mode:
authorMichael Lihs <mimi@kaktusteam.de>2017-12-15 02:09:31 +0300
committerMichael Lihs <mimi@kaktusteam.de>2017-12-15 02:09:31 +0300
commit623b2cef56dd4e70ef86da1c5533bd3159290387 (patch)
tree4b21648385beb424cf9693cf51c913a74872e292 /doc/api/groups.md
parentdd5da9fb60618820bacc09d5e75439bfdfb21224 (diff)
Fix type description
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index adb035fa7ea..de730cdd869 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -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