Skip to content
Snippets Groups Projects
Commit 383176fb authored by Thiago Presa's avatar Thiago Presa Committed by Achilleas Pipinellis
Browse files

Fix highest role docs

The docs for the highest_role field was incorrectly added to the
/users endpoint. This commit adds it to the /users/:id
parent 7f5c9e19
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
}
]
```
Loading
Loading
@@ -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
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