Bladeren bron

Merge pull request #16179 from paulfantom/patch-1

clarify notifications API docs
Marcus Efraimsson 6 jaren geleden
bovenliggende
commit
24ad47aa64
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      docs/sources/http_api/alerting.md

+ 2 - 2
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**: