diff --git a/website/source/docs/http/sys-wrapping-unwrap.html.md b/website/source/docs/http/sys-wrapping-unwrap.html.md
index c30f51b5d..60af8d6f9 100644
--- a/website/source/docs/http/sys-wrapping-unwrap.html.md
+++ b/website/source/docs/http/sys-wrapping-unwrap.html.md
@@ -17,7 +17,14 @@ description: |-
simply reading `cubbyhole/response` (which is deprecated), this endpoint
provides additional validation checks on the token, returns the original
value on the wire rather than a JSON string representation of it, and
- ensures that the response is properly audit-logged.
+ ensures that the response is properly audit-logged.
This endpoint
+ can be used by using a wrapping token as the client token in the API call,
+ in which case the `token` parameter is not required; or, a different token
+ with permissions to access this endpoint can make the call and pass in the
+ wrapping token in the `token` parameter. Do _not_ use the wrapping token in
+ both locations; this will cause the wrapping token to be revoked but the
+ value to be unable to be looked up, as it will basically be a double-use of
+ the token!