Commit 83c138f5 by Daniel Lee

docs: fix mistake in api docs

parent 02455753
...@@ -280,14 +280,22 @@ Change password for specific user ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment