From e391200599f004f2f23ca1bacaabff0abbdcae0d Mon Sep 17 00:00:00 2001 From: Raja Nadar Date: Mon, 25 Jan 2016 23:26:29 -0800 Subject: [PATCH] fixing the description of the /lookup/ api --- website/source/docs/auth/token.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/auth/token.html.md b/website/source/docs/auth/token.html.md index f976b4d5ce..f86f99670f 100644 --- a/website/source/docs/auth/token.html.md +++ b/website/source/docs/auth/token.html.md @@ -180,7 +180,7 @@ of the header should be "X-Vault-Token" and the value should be the token.
Description
- Returns information about the current client token. + Returns information about the client token provided in the request path.
Method