From 30e88c9d978d8d4166a9b6dc86362b663b3ddb32 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Fri, 1 Mar 2024 10:07:12 -0500 Subject: [PATCH] Document remove config on uninstall option (#2086) --- docs/api/supervisor/endpoints.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index d39f2578..1f3eb621 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -365,6 +365,13 @@ Stop an add-on Uninstall an add-on + +**Payload:** + +| key | type | optional | description | +| ------------- | ------- | -------- | -------------------------------------- | +| remove_config | boolean | True | Delete addon's config folder (if used) | +