Fix append-messages example
This commit is contained in:
parent
9c8299055a
commit
f5f5b65180
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ Default: None
|
|||
|
||||
```json
|
||||
"append-messages": {
|
||||
200: " - Up",
|
||||
404: " - Partial outage",
|
||||
502: " - Down"
|
||||
"200": " - Up",
|
||||
"404": " - Partial outage",
|
||||
"502": " - Down"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue