From a1f043b34f297bdcce2feb6504ddc8cea286c606 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 10 Nov 2022 14:11:55 +0100 Subject: [PATCH] doc/rest-api: fix typo --- doc/70-REST-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/70-REST-API.md b/doc/70-REST-API.md index dd5d2669..7e15cb99 100644 --- a/doc/70-REST-API.md +++ b/doc/70-REST-API.md @@ -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 }