summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2013-10-01 13:52:57 +0200
committerMarin Jankovski <maxlazio@gmail.com>2013-10-01 13:52:57 +0200
commit1b205cbc390f693b00a42a420fd320d796716146 (patch)
tree38c96989a2bab3ee805a70542f3ea4d49e6c3627 /doc/api/users.md
parentac6180bcb04d3f7486b87bf1a950e8250c6e27a5 (diff)
downloadgitlab-ce-1b205cbc390f693b00a42a420fd320d796716146.tar.gz
Update user api documentation
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
}
```