diff --git a/website/source/api/system/auth.html.md b/website/source/api/system/auth.html.md
index bbfed8136c..5139a984ed 100644
--- a/website/source/api/system/auth.html.md
+++ b/website/source/api/system/auth.html.md
@@ -69,6 +69,8 @@ For example, enable the "foo" auth method will make it accessible at
- `path` `(string: )` – Specifies the path in which to enable the auth
method. This is part of the request URL.
+ !> **NOTE:** Use ASCII printable characters to specify the desired path.
+
- `description` `(string: "")` – Specifies a human-friendly description of the
auth method.
diff --git a/website/source/api/system/mounts.html.md b/website/source/api/system/mounts.html.md
index b420559a45..e76ecd5466 100644
--- a/website/source/api/system/mounts.html.md
+++ b/website/source/api/system/mounts.html.md
@@ -70,6 +70,8 @@ This endpoint enables a new secrets engine at the given path.
- `path` `(string: )` – Specifies the path where the secrets engine
will be mounted. This is specified as part of the URL.
+ !> **NOTE:** Use ASCII printable characters to specify the desired path.
+
- `type` `(string: )` – Specifies the type of the backend, such as
"aws".
@@ -110,8 +112,8 @@ This endpoint enables a new secrets engine at the given path.
`pki` backends. This is only available in Vault Enterprise.
- `options` `(map: nil)` - Specifies mount type specific options
- that are passed to the backend.
-
+ that are passed to the backend.
+
*Key/Value (KV)*
- `version` `(string: "1")` - The version of the KV to mount. Set to "2" for mount
KV v2.