Commit 30e51ad1 by Andrew Prokhorenkov Committed by GitHub

fix missing comma in documentation output example

parent 9dbaca4c
...@@ -156,7 +156,7 @@ HTTP/1.1 200 ...@@ -156,7 +156,7 @@ HTTP/1.1 200
Content-Type: application/json Content-Type: application/json
{ {
"email": "user@mygraf.com" "email": "user@mygraf.com",
"name": "admin", "name": "admin",
"login": "admin", "login": "admin",
"theme": "light", "theme": "light",
...@@ -409,4 +409,4 @@ HTTP/1.1 200 ...@@ -409,4 +409,4 @@ HTTP/1.1 200
Content-Type: application/json Content-Type: application/json
{"message":"Dashboard unstarred"} {"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