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
This commit is contained in:
Thiago Presa 2019-05-30 06:10:52 +00:00 committed by Achilleas Pipinellis
parent 7f5c9e19ce
commit 383176fbf5
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
```