From 83aa006c98174c78a4827f7a3830ba6387d5d7e1 Mon Sep 17 00:00:00 2001 From: Armand Grillet <2117580+armandgrillet@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:09:49 +0200 Subject: [PATCH] Add Alerting API to list of HTTP APIs (#56863) This link has been asked many times and is only viewable on old docs pages. --- docs/sources/developers/http_api/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/developers/http_api/_index.md b/docs/sources/developers/http_api/_index.md index ab0a79f5de4..87fc870542d 100644 --- a/docs/sources/developers/http_api/_index.md +++ b/docs/sources/developers/http_api/_index.md @@ -22,6 +22,7 @@ dashboards, creating users, and updating data sources. ## HTTP APIs - [Admin API]({{< relref "admin/" >}}) +- [Alerting API (unstable)](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/pkg/services/ngalert/api/tooling/post.json) - [Alerting Provisioning API]({{< relref "alerting_provisioning/" >}}) - [Annotations API]({{< relref "annotations/" >}}) - [Authentication API]({{< relref "auth/" >}})