summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2013-10-02 16:41:01 +0200
committerMarin Jankovski <maxlazio@gmail.com>2013-10-02 16:41:01 +0200
commitda54a1e644254687225a7351dc44bb28d688600a (patch)
treea9d30184edf8dfb90298e0079d45ab9960e9d0a3 /doc
parentd7ec7c794aee1a2749fd3e832c9fac312d003c63 (diff)
downloadgitlab-ce-da54a1e644254687225a7351dc44bb28d688600a.tar.gz
Update group access levels in docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/api/groups.md13
-rw-r--r--doc/api/projects.md12
2 files changed, 13 insertions, 12 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md
index 7fb681dab3f..492dce06635 100644
--- a/doc/api/groups.md
+++ b/doc/api/groups.md
@@ -59,6 +59,19 @@ Parameters:
## Group members
+
+**Group access levels**
+
+The group access levels are defined in the `Gitlab::Access` module. Currently, these levels are recognized:
+
+```
+ GUEST = 10
+ REPORTER = 20
+ DEVELOPER = 30
+ MASTER = 40
+ OWNER = 50
+```
+
### List group members
Get a list of group members viewable by the authenticated user.
diff --git a/doc/api/projects.md b/doc/api/projects.md
index d247c07ece4..0f73fb434da 100644
--- a/doc/api/projects.md
+++ b/doc/api/projects.md
@@ -221,18 +221,6 @@ Parameters:
+ `snippets_enabled` (optional)
+ `public` (optional)
-**Project access levels**
-
-The project access levels are defined in the `Gitlab::Access` module. Currently, these levels are recognized:
-
-```
- GUEST = 10
- REPORTER = 20
- DEVELOPER = 30
- MASTER = 40
- OWNER = 50
-```
-
### Create project for user