提交 383176fb 编写于 作者: T Thiago Presa 提交者: Achilleas Pipinellis

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
上级 7f5c9e19
......@@ -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
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册