Commit 1b205cbc390f693b00a42a420fd320d796716146
1 parent
ac6180bc
Exists in
master
and in
4 other branches
Update user api documentation
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
doc/api/users.md
@@ -43,7 +43,8 @@ GET /users | @@ -43,7 +43,8 @@ GET /users | ||
43 | "theme_id": 1, | 43 | "theme_id": 1, |
44 | "color_scheme_id": 3, | 44 | "color_scheme_id": 3, |
45 | "is_admin": false, | 45 | "is_admin": false, |
46 | - "can_create_group": true | 46 | + "can_create_group": true, |
47 | + "can_create_project": true | ||
47 | } | 48 | } |
48 | ] | 49 | ] |
49 | ``` | 50 | ``` |
@@ -78,7 +79,8 @@ Parameters: | @@ -78,7 +79,8 @@ Parameters: | ||
78 | "theme_id": 1, | 79 | "theme_id": 1, |
79 | "color_scheme_id": 2, | 80 | "color_scheme_id": 2, |
80 | "is_admin": false, | 81 | "is_admin": false, |
81 | - "can_create_group": true | 82 | + "can_create_group": true, |
83 | + "can_create_project": true | ||
82 | } | 84 | } |
83 | ``` | 85 | ``` |
84 | 86 |