Skip to content

Commit

Permalink
Fix last sample request (#16509)
Browse files Browse the repository at this point in the history
Add a missing \
  • Loading branch information
TheHussky committed Aug 1, 2022
1 parent 0befae6 commit f652343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/identity/mfa/totp.mdx
Expand Up @@ -280,6 +280,6 @@ secret.
$ curl \
--header "X-Vault-Token: ..." \
--request POST \
--data @payload.json
--data @payload.json \
http://127.0.0.1:8200/v1/identity/mfa/method/totp/admin-destroy
```

0 comments on commit f652343

Please sign in to comment.