summaryrefslogtreecommitdiff
path: root/doc/api/users.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-03 06:27:47 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-03 06:27:47 +0000
commit62673d58edcc20076cbaf94e92c4ec1db35aa283 (patch)
tree88e9b04977b120e9675ecd134794160c45ef640e /doc/api/users.md
parentc44c5f5faa39efdee1100eba88116c640e2f64ce (diff)
parentda54a1e644254687225a7351dc44bb28d688600a (diff)
downloadgitlab-ce-62673d58edcc20076cbaf94e92c4ec1db35aa283.tar.gz
Merge branch 'update_api_documentation' of /home/git/repositories/gitlab/gitlabhq
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
}
```