fix missing comma in documentation output example

pull/10297/head
Andrew Prokhorenkov 8 years ago committed by GitHub
parent 9dbaca4cc6
commit 30e51ad136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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"}
```
```

Loading…
Cancel
Save