mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:42:12 +08:00
Merge branch 'docs-4.1'
This commit is contained in:
@ -275,3 +275,20 @@ Change password for specific user
|
||||
Content-Type: application/json
|
||||
|
||||
{message: "User deleted"}
|
||||
|
||||
## Pause all alerts
|
||||
|
||||
`DELETE /api/admin/pause-all-alerts`
|
||||
|
||||
**Example Request**:
|
||||
|
||||
DELETE /api/admin/pause-all-alerts HTTP/1.1
|
||||
Accept: application/json
|
||||
Content-Type: application/json
|
||||
|
||||
**Example Response**:
|
||||
|
||||
HTTP/1.1 200
|
||||
Content-Type: application/json
|
||||
|
||||
{state: "new state", message: "alerts pause/un paused", "alertsAffected": 100}
|
||||
|
Reference in New Issue
Block a user