From d06b79127213428df3995f4e970f0db7abdca1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 23 Feb 2022 17:58:34 +0100 Subject: [PATCH] Add homeassistant to partial backup endpoint (#1225) --- docs/api/supervisor/endpoints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index a63291a7..d090e357 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -770,6 +770,7 @@ Create a partial backup. | ---------- | ------- | -------- | ------------------------------------------- | | name | string | True | The name you want to give the backup | | password | string | True | The password you want to give the backup | +| homeassistant | boolean | True | Add home assistant core settings to the backup | | addons | list | True | A list of strings representing add-on slugs | | folders | list | True | A list of strings representing directories | | compressed | boolean | True | `false` to create uncompressed backups |