mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix missing comma in documentation output example
This commit is contained in:
parent
9dbaca4cc6
commit
30e51ad136
@ -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"}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user