diff --git a/doc/api/users.md b/doc/api/users.md index 50c0f560d870644aad2807bb959a6a5536c9616a..16479ea6e0df7cf35b32b4f5f904f3bb929d44af 100644 --- a/doc/api/users.md +++ b/doc/api/users.md @@ -43,7 +43,8 @@ GET /users "theme_id": 1, "color_scheme_id": 3, "is_admin": false, - "can_create_group": true + "can_create_group": true, + "can_create_project": true } ] ``` @@ -78,7 +79,8 @@ Parameters: "theme_id": 1, "color_scheme_id": 2, "is_admin": false, - "can_create_group": true + "can_create_group": true, + "can_create_project": true } ```