diff --git a/website/source/api/system/audit.html.md b/website/source/api/system/audit.html.md
index 794497c36..060756bce 100644
--- a/website/source/api/system/audit.html.md
+++ b/website/source/api/system/audit.html.md
@@ -71,6 +71,13 @@ single word name or a more complex, nested path.
- `type` `(string: )` – Specifies the type of the audit backend.
+Additionally, the following options are allowed in Vault open-source, but
+relevant functionality is only supported in Vault Enterprise:
+
+- `local` `(bool: false)` – Specifies if the audit backend is a local mount
+ only. Local mounts are not replicated nor (if a secondary) removed by
+ replication.
+
### Sample Payload
```json
diff --git a/website/source/api/system/auth.html.md b/website/source/api/system/auth.html.md
index e5c4d0cea..eb9a61d79 100644
--- a/website/source/api/system/auth.html.md
+++ b/website/source/api/system/auth.html.md
@@ -74,6 +74,13 @@ For example, mounting the "foo" auth backend will make it accessible at
- `type` `(string: )` – Specifies the name of the authentication
backend type, such as "github" or "token".
+Additionally, the following options are allowed in Vault open-source, but
+relevant functionality is only supported in Vault Enterprise:
+
+- `local` `(bool: false)` – Specifies if the auth backend is a local mount
+ only. Local mounts are not replicated nor (if a secondary) removed by
+ replication.
+
### Sample Payload
```json
diff --git a/website/source/api/system/mounts.html.md b/website/source/api/system/mounts.html.md
index 67713f6fb..8b485f5ee 100644
--- a/website/source/api/system/mounts.html.md
+++ b/website/source/api/system/mounts.html.md
@@ -84,6 +84,13 @@ This endpoint mounts a new secret backend at the given path.
disabling backend caching respectively. If set on a specific mount, this
overrides the global defaults.
+Additionally, the following options are allowed in Vault open-source, but
+relevant functionality is only supported in Vault Enterprise:
+
+- `local` `(bool: false)` – Specifies if the secret backend is a local mount
+ only. Local mounts are not replicated nor (if a secondary) removed by
+ replication.
+
### Sample Payload
```json