Browse Source

fix missing comma in documentation output example

Andrew Prokhorenkov 8 years ago
parent
commit
30e51ad136
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sources/http_api/user.md

+ 2 - 2
docs/sources/http_api/user.md

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