mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' into drop-panel-plugin-setters
This commit is contained in:
commit
7b97565550
@ -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