From b0fc736e7a91c04639e30bc3a0281bacdaa364ad Mon Sep 17 00:00:00 2001 From: Mitch Seaman Date: Mon, 21 Nov 2022 05:07:59 -0500 Subject: [PATCH] Remove Annotations API version reference (#57057) Remove minimum version reference in Annotations API docs, since docs are versioned and this feature has been released for years. --- docs/sources/developers/http_api/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/annotations.md b/docs/sources/developers/http_api/annotations.md index a7314df7905..08a1d432760 100644 --- a/docs/sources/developers/http_api/annotations.md +++ b/docs/sources/developers/http_api/annotations.md @@ -16,7 +16,7 @@ title: 'Annotations HTTP API' # Annotations API -This is the API documentation for the new Grafana Annotations feature released in Grafana 4.6. Annotations are saved in the Grafana database (sqlite, mysql or postgres). Annotations can be organization annotations that can be shown on any dashboard by configuring an annotation data source - they are filtered by tags. Or they can be tied to a panel on a dashboard and are then only shown on that panel. +Annotations are saved in the Grafana database (sqlite, mysql or postgres). Annotations can be organization annotations that can be shown on any dashboard by configuring an annotation data source - they are filtered by tags. Or they can be tied to a panel on a dashboard and are then only shown on that panel. > If you are running Grafana Enterprise, for some endpoints you'll need to have specific permissions. Refer to [Role-based access control permissions]({{< relref "../../administration/roles-and-permissions/access-control/custom-role-actions-scopes/" >}}) for more information.