diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index 7d096991..a8139bb1 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -761,11 +761,12 @@ Create a full backup. **Payload:** -| key | type | optional | description | -| ---------- | ------- | -------- | -----------------------------------------| -| name | string | True | The name you want to give the backup | -| password | string | True | The password you want to give the backup | -| compressed | boolean | True | `false` to create uncompressed backups | +| key | type | optional | description | +| ---------- | -------------- | -------- | ---------------------------------------------- | +| name | string | True | The name you want to give the backup | +| password | string | True | The password you want to give the backup | +| compressed | boolean | True | `false` to create uncompressed backups | +| location | string or null | True | Name of a backup mount or `null` for /backup | **Example response:** @@ -797,14 +798,15 @@ Create a partial backup. **Payload:** -| key | type | optional | description | -| ---------- | ------- | -------- | ------------------------------------------- | -| 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 | +| key | type | optional | description | +| ------------- | -------------- | -------- | ---------------------------------------------- | +| 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 | +| location | string or null | True | Name of a backup mount or `null` for /backup | **You need to supply at least one key in the payload.** @@ -1769,6 +1771,20 @@ Returns information about mounts configured in Supervisor + +Set mount manager options + +**Payload:** + +| key | type | optional | description | +| -------------------- | -------------- | -------- | -------------------------------------------- | +| default_backup_mount | string or null | True | Name of a backup mount or `null` for /backup | + +**You need to supply at least one key in the payload.** + + + + Add a new mount in Supervisor and mount it