Commit e33cab9f authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'tpresa-fix-highest-role-docs' into 'master'

Fix highest role docs

See merge request gitlab-org/gitlab-ce!28892
parents 7f5c9e19 383176fb
...@@ -140,8 +140,7 @@ GET /users ...@@ -140,8 +140,7 @@ GET /users
"can_create_project": true, "can_create_project": true,
"two_factor_enabled": true, "two_factor_enabled": true,
"external": false, "external": false,
"private_profile": false, "private_profile": false
"highest_role":10
} }
] ]
``` ```
...@@ -257,7 +256,8 @@ Parameters: ...@@ -257,7 +256,8 @@ Parameters:
"can_create_project": true, "can_create_project": true,
"two_factor_enabled": true, "two_factor_enabled": true,
"external": false, "external": false,
"private_profile": false "private_profile": false,
"highest_role":10
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment