diff options
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 } ``` |