From afd43c92eb9d0421dd049f20ee1199f9c136ff0b Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 6 Jul 2025 23:03:00 -0300 Subject: [PATCH] Document rebuilding addons with force --- 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 19d93a20386..81ad07b0242 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -367,6 +367,13 @@ The Data endpoint to get his own rendered configuration. Rebuild the add-on, only supported for local build add-ons. + +**Payload:** + +| key | type | optional | description | +| ----- | ------- | -------- | ----------------------------------------------------------------- | +| force | boolean | True | Force rebuild of the add-on even if pre-built images are provided | +