Fix append-messages example

This commit is contained in:
askiiart 2024-02-05 18:06:01 -06:00
parent 9c8299055a
commit f5f5b65180
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67

View file

@ -30,9 +30,9 @@ Default: None
```json
"append-messages": {
200: " - Up",
404: " - Partial outage",
502: " - Down"
"200": " - Up",
"404": " - Partial outage",
"502": " - Down"
}
```