mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Merge pull request #16179 from paulfantom/patch-1
clarify notifications API docs
This commit is contained in:
commit
24ad47aa64
@ -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**:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user