mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 04:46:29 +00:00
Document default_backup_mount in the /mount endpoint (#1798)
This commit is contained in:
parent
a25fc6a6d0
commit
950632bfad
@ -1750,14 +1750,16 @@ Returns information about mounts configured in Supervisor
|
||||
|
||||
**Returned data:**
|
||||
|
||||
| key | type | description |
|
||||
| ---------------- | ---------- | -------------------------------------------------- |
|
||||
| mounts | list | A list of [Mounts](api/supervisor/models.md#mount) |
|
||||
| key | type | description |
|
||||
| -------------------- | -------------- | -------------------------------------------------- |
|
||||
| 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:**
|
||||
|
||||
```json
|
||||
{
|
||||
"default_backup_mount": "my_share",
|
||||
"mounts": [
|
||||
{
|
||||
"name": "my_share",
|
||||
|
Loading…
x
Reference in New Issue
Block a user