Merge pull request #10297 from m0nhawk/patch-1

fix missing comma in documentation output example
This commit is contained in:
Carl Bergquist 2017-12-20 10:07:50 +01:00 committed by GitHub
commit 07432cb4fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ HTTP/1.1 200
Content-Type: application/json
{
"email": "user@mygraf.com"
"email": "user@mygraf.com",
"name": "admin",
"login": "admin",
"theme": "light",
@ -409,4 +409,4 @@ HTTP/1.1 200
Content-Type: application/json
{"message":"Dashboard unstarred"}
```
```