Commit ea6a8eac by Torkel Ödegaard Committed by GitHub

Docs: Annotations update (#31194)

Fixes #31188
parent bbf12088
...@@ -88,7 +88,9 @@ Content-Type: application/json ...@@ -88,7 +88,9 @@ Content-Type: application/json
Creates an annotation in the Grafana database. The `dashboardId` and `panelId` fields are optional. Creates an annotation in the Grafana database. The `dashboardId` and `panelId` fields are optional.
If they are not specified then a global annotation is created and can be queried in any dashboard that adds If they are not specified then a global annotation is created and can be queried in any dashboard that adds
the Grafana annotations data source. When creating a region annotation include the timeEnd property. the Grafana annotations data source. When creating a region annotation include the timeEnd property.
The format for `time` and `timeEnd` should be epoch numbers in millisecond resolution.
`POST /api/annotations` `POST /api/annotations`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment