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
+2 -2
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"}
```
```