mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Document default_backup_mount in the /mount endpoint (#1798)
This commit is contained in:
parent
a25fc6a6d0
commit
950632bfad
@ -1751,13 +1751,15 @@ Returns information about mounts configured in Supervisor
|
|||||||
**Returned data:**
|
**Returned data:**
|
||||||
|
|
||||||
| key | type | description |
|
| key | type | description |
|
||||||
| ---------------- | ---------- | -------------------------------------------------- |
|
| -------------------- | -------------- | -------------------------------------------------- |
|
||||||
| mounts | list | A list of [Mounts](api/supervisor/models.md#mount) |
|
| mounts | list | A list of [Mounts](api/supervisor/models.md#mount) |
|
||||||
|
| default_backup_mount | string or null | Name of a backup mount or `null` for /backup |
|
||||||
|
|
||||||
**Example response:**
|
**Example response:**
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"default_backup_mount": "my_share",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
{
|
{
|
||||||
"name": "my_share",
|
"name": "my_share",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user