From 49addad7b5f18776dbd593f628237736e638b28c Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Sat, 5 Apr 2014 08:36:47 +0200 Subject: Api-Doc JSON lint Fixes: #5505 --- doc/api/session.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/session.md') 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 } ``` -- cgit v1.2.1