Skip to content
Snippets Groups Projects
Commit da54a1e6 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Update group access levels in docs.

parent d7ec7c79
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.
Loading
Loading
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment