mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: fix mistake in api docs
This commit is contained in:
parent
02455753b5
commit
83c138f575
@ -280,14 +280,22 @@ Change password for specific user
|
|||||||
|
|
||||||
## Pause all alerts
|
## Pause all alerts
|
||||||
|
|
||||||
`DELETE /api/admin/pause-all-alerts`
|
`POST /api/admin/pause-all-alerts`
|
||||||
|
|
||||||
**Example Request**:
|
**Example Request**:
|
||||||
|
|
||||||
DELETE /api/admin/pause-all-alerts HTTP/1.1
|
POST /api/admin/pause-all-alerts HTTP/1.1
|
||||||
Accept: application/json
|
Accept: application/json
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
|
{
|
||||||
|
"paused": true
|
||||||
|
}
|
||||||
|
|
||||||
|
JSON Body schema:
|
||||||
|
|
||||||
|
- **paused** – If true then all alerts are to be paused, false unpauses all alerts.
|
||||||
|
|
||||||
**Example Response**:
|
**Example Response**:
|
||||||
|
|
||||||
HTTP/1.1 200
|
HTTP/1.1 200
|
||||||
|
Loading…
Reference in New Issue
Block a user