mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-22 16:56:29 +00:00
Add update backup payload (#1158)
* Add update backup payload * Add Optionally * Add Optionally * Use defaults
This commit is contained in:
parent
02c72eeff7
commit
ed660ba2a8
@ -1026,6 +1026,7 @@ Update Home Assistant core
|
|||||||
| key | type | description |
|
| key | type | description |
|
||||||
| ------- | ------ | -------------------------------------------------------------- |
|
| ------- | ------ | -------------------------------------------------------------- |
|
||||||
| version | string | The version you want to install, default is the latest version |
|
| 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 |
|
||||||
|
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
@ -2184,6 +2185,12 @@ Install an add-on from the store.
|
|||||||
|
|
||||||
Update 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 |
|
||||||
|
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
<ApiEndpoint path="/store/reload" method="post">
|
<ApiEndpoint path="/store/reload" method="post">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user