Document default_backup_mount in the /mount endpoint (#1798)

This commit is contained in:
Stephen Beechen 2023-06-27 13:20:38 -06:00 committed by GitHub
parent a25fc6a6d0
commit 950632bfad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1751,13 +1751,15 @@ Returns information about mounts configured in Supervisor
**Returned data:**
| 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",