From 00c5932139399c29a8ff7ff73ac34cf92391b8f2 Mon Sep 17 00:00:00 2001 From: Russell Troxel Date: Wed, 18 Oct 2023 18:35:08 -0700 Subject: [PATCH] Update docs/docs/configuration/advanced.md Co-authored-by: Nicolas Mowen --- docs/docs/configuration/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/advanced.md b/docs/docs/configuration/advanced.md index ecdd24a1f..ebdebba88 100644 --- a/docs/docs/configuration/advanced.md +++ b/docs/docs/configuration/advanced.md @@ -131,7 +131,7 @@ To do this: ## Validating your config.yaml file updates -When frigate starts up, it checks whether your config file is valid, and if it is not, the process exits. To minimize interruptions when updating your config, you have two options -- you can either leverage the config update API endpoint, or you can validate on the command line using the frigate docker container. +When frigate starts up, it checks whether your config file is valid, and if it is not, the process exits. To minimize interruptions when updating your config, you have three options -- you can edit the config via the WebUI which has built in validation, use the config API, or you can validate on the command line using the frigate docker container. ### Via API