mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: fixed http docs for alert notifications, fixes #8105
This commit is contained in:
parent
20ac8bf83e
commit
9c246ba301
@ -127,11 +127,11 @@ This API can also be used to create, update and delete alert notifications.
|
||||
|
||||
## Create alert notification
|
||||
|
||||
`POST /api/alerts-notifications`
|
||||
`POST /api/alert-notifications`
|
||||
|
||||
**Example Request**:
|
||||
|
||||
POST /api/alerts-notifications HTTP/1.1
|
||||
POST /api/alert-notifications HTTP/1.1
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
@ -162,11 +162,11 @@ This API can also be used to create, update and delete alert notifications.
|
||||
|
||||
## Update alert notification
|
||||
|
||||
`PUT /api/alerts-notifications/1`
|
||||
`PUT /api/alert-notifications/1`
|
||||
|
||||
**Example Request**:
|
||||
|
||||
PUT /api/alerts-notifications/1 HTTP/1.1
|
||||
PUT /api/alert-notifications/1 HTTP/1.1
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
@ -198,7 +198,7 @@ This API can also be used to create, update and delete alert notifications.
|
||||
|
||||
## Delete alert notification
|
||||
|
||||
`DELETE /api/alerts-notifications/:notificationId`
|
||||
`DELETE /api/alert-notifications/:notificationId`
|
||||
|
||||
**Example Request**:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user