From ca5da42da6b4fd1cb89f74115eff4ca60f7b3a95 Mon Sep 17 00:00:00 2001 From: "deidra.prado" <108368054+deidraprado@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:50:42 -0700 Subject: [PATCH] Update validate.mdx (#17023) Removed reference of ``` --header "X-Vault-Token: ..." \``` in Sample request. X-Vault-Token is not required for this endpoint. --- website/content/api-docs/system/mfa/validate.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/content/api-docs/system/mfa/validate.mdx b/website/content/api-docs/system/mfa/validate.mdx index cc39b03e09..5fab73f13b 100644 --- a/website/content/api-docs/system/mfa/validate.mdx +++ b/website/content/api-docs/system/mfa/validate.mdx @@ -39,7 +39,6 @@ string slices. In cases where an MFA method is configured not to use passcodes, ```shell-session $ curl \ - --header "X-Vault-Token: ..." \ --request POST \ --data @payload.json \ http://127.0.0.1:8200/v1/sys/mfa/validate