diff options
author | Alex Denisov <1101.debian@gmail.com> | 2013-03-18 21:06:24 +0000 |
---|---|---|
committer | Alex Denisov <1101.debian@gmail.com> | 2013-03-19 04:47:08 +0000 |
commit | a15fe61fb041ae7c2704bde6d73c246b85d618f7 (patch) | |
tree | 20788092f19c5ce28cc757fa8595361f114e4e12 /doc/api/session.md | |
parent | 28e7d1a8bf3ef172331125cf56d92af85ea5e8b2 (diff) | |
download | gitlab-ce-a15fe61fb041ae7c2704bde6d73c246b85d618f7.tar.gz |
API docs updated
Diffstat (limited to 'doc/api/session.md')
-rw-r--r-- | doc/api/session.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/api/session.md b/doc/api/session.md index c7e57aaca7a..d68788d5583 100644 --- a/doc/api/session.md +++ b/doc/api/session.md @@ -17,7 +17,17 @@ Parameters: "email": "john@example.com", "name": "John Smith", "private_token": "dd34asd13as", + "blocked": false, "created_at": "2012-05-23T08:00:58Z", - "blocked": true + "bio": null, + "skype": "", + "linkedin": "", + "twitter": "", + "dark_scheme": false, + "theme_id": 1 + "is_admin": false, + "can_create_group" : true, + "can_create_team" : true, + "can_create_project" : true } ``` |