mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 19:42:49 +08:00
PackageJson: Prettify markdown/mdx on commit with lint-staged (#37616)
* Format md,mdx files with prettier on lint-staged * Manually run prettier on docs/sources
This commit is contained in:
@ -5,7 +5,6 @@ keywords = ["grafana", "http", "documentation", "api", "data source"]
|
||||
aliases = ["/docs/grafana/latest/http_api/datasource/"]
|
||||
+++
|
||||
|
||||
|
||||
# Data source API
|
||||
|
||||
## Get all data sources
|
||||
@ -293,6 +292,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
POST /api/tsdb/query HTTP/1.1
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
|
||||
```
|
||||
|
||||
**Example MySQL time series query response:**
|
||||
@ -528,6 +528,7 @@ Content-Type: application/json
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
> **Note:** The `from`, `to`, and `queries` properties are required.
|
||||
|
||||
JSON Body schema:
|
||||
@ -564,6 +565,7 @@ Content-Type: application/json
|
||||
```
|
||||
|
||||
**Example MySQL time series query response:**
|
||||
|
||||
```http
|
||||
HTTP/1.1 200
|
||||
Content-Type: application/json
|
||||
|
Reference in New Issue
Block a user