summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 50c0f560d87..16479ea6e0d 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
}
```