mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:37:53 +08:00
add useful note to alerting api docs
This commit is contained in:
@ -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
|
||||
{
|
||||
```
|
||||
|
Reference in New Issue
Block a user