From 2a207d697089b0ba5cf76612350bbb8cf6cf60f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Sun, 24 Mar 2019 11:49:20 +0100 Subject: [PATCH] clarify notifications API docs --- docs/sources/http_api/alerting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/http_api/alerting.md b/docs/sources/http_api/alerting.md index 0684f65f166..69868746bfa 100644 --- a/docs/sources/http_api/alerting.md +++ b/docs/sources/http_api/alerting.md @@ -275,7 +275,7 @@ Content-Type: application/json ## Update alert notification -`PUT /api/alert-notifications/1` +`PUT /api/alert-notifications/:id` **Example Request**: @@ -321,7 +321,7 @@ Content-Type: application/json ## Delete alert notification -`DELETE /api/alert-notifications/:notificationId` +`DELETE /api/alert-notifications/:id` **Example Request**: