From ea6a8eacbf6dab25717aaed81ef638e5abf33d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 17 Feb 2021 14:51:27 +0100 Subject: [PATCH] Docs: Annotations update (#31194) Fixes #31188 --- docs/sources/http_api/annotations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/http_api/annotations.md b/docs/sources/http_api/annotations.md index 71c21947220..5a87f5c3593 100644 --- a/docs/sources/http_api/annotations.md +++ b/docs/sources/http_api/annotations.md @@ -88,7 +88,9 @@ Content-Type: application/json 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 -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`