From c5e30cb819c9f4874dfe99e7806d8e4ce1ed52e3 Mon Sep 17 00:00:00 2001 From: Thiago Presa Date: Wed, 29 May 2019 19:20:17 +0000 Subject: 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 --- doc/api/users.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/users.md b/doc/api/users.md index d3e67d3d510..47028c679b8 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -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 } ``` -- cgit v1.2.1