Merge branch 'tpresa-fix-highest-role-docs' into 'master'
Fix highest role docs See merge request gitlab-org/gitlab-ce!28892
This commit is contained in:
commit
e33cab9f20
1 changed files with 3 additions and 3 deletions
|
@ -140,8 +140,7 @@ GET /users
|
|||
"can_create_project": true,
|
||||
"two_factor_enabled": true,
|
||||
"external": false,
|
||||
"private_profile": false,
|
||||
"highest_role":10
|
||||
"private_profile": false
|
||||
}
|
||||
]
|
||||
```
|
||||
|
@ -257,7 +256,8 @@ Parameters:
|
|||
"can_create_project": true,
|
||||
"two_factor_enabled": true,
|
||||
"external": false,
|
||||
"private_profile": false
|
||||
"private_profile": false,
|
||||
"highest_role":10
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue