diff options
author | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-04-05 08:36:47 +0200 |
---|---|---|
committer | Johannes Schleifenbaum <johannes@js-webcoding.de> | 2014-04-05 08:37:42 +0200 |
commit | 49addad7b5f18776dbd593f628237736e638b28c (patch) | |
tree | 76f4b72c20dd8e92d596dd619791e81076d79fd0 /doc/api/session.md | |
parent | 1f1cfc9eba6d9b60decb4fcd0645fcbfd288925f (diff) | |
download | gitlab-ce-49addad7b5f18776dbd593f628237736e638b28c.tar.gz |
Api-Doc JSON lint
Fixes: #5505
Diffstat (limited to 'doc/api/session.md')
-rw-r--r-- | doc/api/session.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/session.md b/doc/api/session.md index fd18d5c5e97..0be5af79dad 100644 --- a/doc/api/session.md +++ b/doc/api/session.md @@ -30,8 +30,8 @@ __You can login with both GitLab and LDAP credentials now__ "dark_scheme": false, "theme_id": 1, "is_admin": false, - "can_create_group" : true, - "can_create_team" : true, - "can_create_project" : true + "can_create_group": true, + "can_create_team": true, + "can_create_project": true } ``` |