add useful note to alerting api docs

This commit is contained in:
Stuart McLean
2018-05-14 20:50:44 +02:00
parent 2dd40eb4e4
commit 295169b94f

View File

@ -117,6 +117,13 @@ Content-Type: application/json
```
JSON Body Schema:
- **paused** Can be `true` or `false`. True to pause an alert. False to unpause an alert.
**Example Response**:
```http
HTTP/1.1 200
Content-Type: application/json
{
```