Allowed characters in paths (#6015)

This commit is contained in:
Yoko 2019-01-10 07:39:20 -08:00 committed by Chris Hoffman
parent 09a79422e6
commit 9a4de34dce
2 changed files with 6 additions and 2 deletions

View File

@ -69,6 +69,8 @@ For example, enable the "foo" auth method will make it accessible at
- `path` `(string: <required>)`  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.

View File

@ -70,6 +70,8 @@ This endpoint enables a new secrets engine at the given path.
- `path` `(string: <required>)`  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: <required>)` Specifies the type of the backend, such as
"aws".