doc/rest-api: fix typo

This commit is contained in:
Thomas Gelf 2022-11-10 14:11:55 +01:00
parent f8653144bd
commit a1f043b34f

View File

@ -164,7 +164,7 @@ Enabling `allowOverrides` allows you to let Director figure out, whether your
modified Custom Variables need to be applied to a specific individual Service,
or whether setting Overrides at Host level is the way to go.
POST director/service?name=Uptime&host=hostname.example.com&allowOverrices
POST director/service?name=Uptime&host=hostname.example.com&allowOverrides
```json
{ "vars.uptime_warning": 300 }