Commit 07432cb4 by Carl Bergquist Committed by GitHub

Merge pull request #10297 from m0nhawk/patch-1

fix missing comma in documentation output example
parents 9dbaca4c 30e51ad1
......@@ -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"}
```
\ No newline at end of file
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment