mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: fix typo in developers/http_api/data_source.md (#93650)
This commit is contained in:
parent
813e1c1364
commit
4290d0e459
@ -912,10 +912,10 @@ Content-Type: application/json
|
|||||||
"datasource":{
|
"datasource":{
|
||||||
"uid":"PD8C576611E62080A"
|
"uid":"PD8C576611E62080A"
|
||||||
},
|
},
|
||||||
"format": "table"
|
"format": "table",
|
||||||
"maxDataPoints":1848,
|
"maxDataPoints":1848,
|
||||||
"intervalMs":200,
|
"intervalMs":200,
|
||||||
"stringInput":"1,20,90,30,5,0",
|
"stringInput":"1,20,90,30,5,0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"from":"now-5m",
|
"from":"now-5m",
|
||||||
|
Loading…
Reference in New Issue
Block a user