From 454db1b207e2208c03fa8882f4d2b40c657babc1 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Mon, 29 May 2023 05:41:52 -0400 Subject: [PATCH] Include share as mount usage option (#1786) Co-authored-by: Franck Nijhof --- docs/api/supervisor/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/supervisor/models.md b/docs/api/supervisor/models.md index 777c8d9e..c77d8991 100644 --- a/docs/api/supervisor/models.md +++ b/docs/api/supervisor/models.md @@ -273,7 +273,7 @@ The `content` key of a backup object contains the following keys: | ---------- | -------------- | ---------------------------------------------------------------------- | ---------------- | | name | string | Name of the mount | both | | type | string | Type of the mount (cifs or nfs) | both | -| usage | string | Usage of the mount (backup or media) | both | +| usage | string | Usage of the mount (backup, media, or share) | both | | server | string | IP address or hostname of the network share server | both | | port | int | Port to use (if not using the standard one for the mount type) | both | | path | string | (nfs mounts only) Path to mount from the network share | both |