Skip to content
Snippets Groups Projects
Commit 8a3faf57 authored by Marin Jankovski's avatar Marin Jankovski Committed by Wes Gurney
Browse files

Update group access levels in docs.

parent 82dd1249
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
This commit is part of merge request !4954. Comments created here will be created in the context of that merge request.
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