Kaynağa Gözat

Merge pull request #10297 from m0nhawk/patch-1

fix missing comma in documentation output example
Carl Bergquist 8 yıl önce
ebeveyn
işleme
07432cb4fa
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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
 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
 Content-Type: application/json
 Content-Type: application/json
 
 
 {"message":"Dashboard unstarred"}
 {"message":"Dashboard unstarred"}
-```
+```