Fix last sample request (#16509)

Add a missing \
This commit is contained in:
TheHussky 2022-08-01 21:09:12 +03:00 committed by GitHub
parent 528373de6c
commit 22b01bcd01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```