diff --git a/API.md b/API.md index 2fb3e549a..3c31bffa7 100644 --- a/API.md +++ b/API.md @@ -124,6 +124,13 @@ Output is the raw docker log. - POST `/snapshots/new/upload` +return: +```json +{ + "slug": "" +} +``` + - POST `/snapshots/new/full` ```json @@ -133,6 +140,13 @@ Output is the raw docker log. } ``` +return: +```json +{ + "slug": "" +} +``` + - POST `/snapshots/new/partial` ```json @@ -144,6 +158,13 @@ Output is the raw docker log. } ``` +return: +```json +{ + "slug": "" +} +``` + - POST `/snapshots/reload` - GET `/snapshots/{slug}/info` diff --git a/hassio/api/panel/hassio-app.html b/hassio/api/panel/hassio-app.html index 8b54d560a..4b8f733ee 100644 --- a/hassio/api/panel/hassio-app.html +++ b/hassio/api/panel/hassio-app.html @@ -1,5 +1,5 @@ -
Hostname | [[data.hostname]] |
Type | [[data.type]] |
OS | [[data.os]] |
Host Control version | [[data.version]] |
Latest available version | [[data.last_version]] |
Current version | [[data.version]] |
Latest version | [[data.last_version]] |
Version | [[data.version]] |
Beta channel | [[data.beta_channel]] |
Latest available version | [[data.last_version]] |
Container | Host |
---|---|
[[item.container]] |
[[addonLogs]]
Error: [[error]]
[[error]]
Container | Host |
---|---|
[[item.container]] |
[[log]]
Configure which add-on repositories to fetch data from. One repository per line.
[[addon.description]]
Made available via repository [[addon.repository]].
This add-on will built locally on the device.
[[logs]]
[[_error]]
Looks like you don't have any snapshots yet.