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