From 5289c9f99ce63985a6577f4c73958f7906cce47c Mon Sep 17 00:00:00 2001 From: BeverlyJaneJ Date: Wed, 19 Mar 2025 19:38:56 -0400 Subject: [PATCH] added content per support request --- docs/sources/developers/http_api/annotations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/developers/http_api/annotations.md b/docs/sources/developers/http_api/annotations.md index 0fb5c4a5d1a..07b06cc56d6 100644 --- a/docs/sources/developers/http_api/annotations.md +++ b/docs/sources/developers/http_api/annotations.md @@ -24,6 +24,10 @@ Annotations are saved in the Grafana database (sqlite, mysql or postgres). Annot > If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions](/docs/grafana/latest/administration/roles-and-permissions/access-control/custom-role-actions-scopes/) for more information. +{{% admonition type="note" %}} +Changing the color of annotations is not supported by this API endpoint. However, it is supported by the [Dashboard API endpoint](/docs/grafana/latest/developers/http_api/dashboard/#create--update-dashboard). +{{% /admonition %}} + ## Find Annotations `GET /api/annotations?from=1506676478816&to=1507281278816&tags=tag1&tags=tag2&limit=100`