From ed660ba2a8939d7ca8ab77b5262218582575ccaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Tue, 28 Dec 2021 11:15:09 +0100 Subject: [PATCH] Add update backup payload (#1158) * Add update backup payload * Add Optionally * Add Optionally * Use defaults --- 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 eb461b81..3046b1a6 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1026,6 +1026,7 @@ Update Home Assistant core | key | type | description | | ------- | ------ | -------------------------------------------------------------- | | version | string | The version you want to install, default is the latest version | +| backup | boolean | Create a partial backup of core and core configuration before updating, default is false | @@ -2184,6 +2185,12 @@ Install an add-on from the store. Update an add-on from the store. +**Payload:** + +| key | type | description | +| ------- | ------ | -------------------------------------------------------------- | +| backup | boolean | Create a partial backup of the add-on, default is false | +