Skip to content

Commit afd43c9

Browse files
committed
Document rebuilding addons with force
1 parent 8de9ba5 commit afd43c9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/api/supervisor/endpoints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ The Data endpoint to get his own rendered configuration.
367367

368368
<ApiEndpoint path="/addons/<addon>/rebuild" method="post">
369369
Rebuild the add-on, only supported for local build add-ons.
370+
371+
**Payload:**
372+
373+
| key | type | optional | description |
374+
| ----- | ------- | -------- | ----------------------------------------------------------------- |
375+
| force | boolean | True | Force rebuild of the add-on even if pre-built images are provided |
376+
370377
</ApiEndpoint>
371378

372379
<ApiEndpoint path="/addons/<addon>/restart" method="post">

0 commit comments

Comments
 (0)