diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-08-19 00:23:02 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2015-03-31 18:32:24 +0200 |
commit | 9769c2d7fd0728caf951858162ec7df6f93a8a83 (patch) | |
tree | b7b5d800c0a5c6fe5382788d2cee92aff298fe95 /doc/api/groups.md | |
parent | 0191857fac465fbfb4acad1b923c29f3b05529aa (diff) | |
download | gitlab-ce-9769c2d7fd0728caf951858162ec7df6f93a8a83.tar.gz |
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.md | 2 |
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 |