From caf800df22330827f075be4810a65f4b6f28c551 Mon Sep 17 00:00:00 2001 From: Daniel <33197631+dadav@users.noreply.github.com> Date: Thu, 24 Nov 2022 18:33:07 +0000 Subject: [PATCH] Fix wrong type and description of ingress_panel (#1548) --- docs/api/supervisor/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 21d75305..42c5d32a 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -261,7 +261,7 @@ To reset customized network/audio/options, set it `null`. | options | dictionary | The add-on configuration | | audio_output | float or null | The index of the audio output device | | audio_input | float or null | The index of the audio input device | -| ingress_panel | string | The path for the ingress panel | +| ingress_panel | boolean | `true` if ingress_panel is enabled | | watchdog | boolean | `true` if watchdog is enabled | **You need to supply at least one key in the payload.**