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:
authorRobert Schilling <rschilling@student.tugraz.at>2014-08-19 02:23:02 +0400
committerJakub Jirutka <jakub@jirutka.cz>2015-03-31 19:32:24 +0300
commit9769c2d7fd0728caf951858162ec7df6f93a8a83 (patch)
treeb7b5d800c0a5c6fe5382788d2cee92aff298fe95 /doc/api/groups.md
parent0191857fac465fbfb4acad1b923c29f3b05529aa (diff)
Fix #6417: users with group permission should be able to create groups via API
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 b5a4b05ccaf..c903a850fdd 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -35,7 +35,7 @@ Parameters:
## New group
-Creates a new project group. Available only for admin.
+Creates a new project group. Available only for users who can create groups.
```
POST /groups