From cb6652bcbb369fa0b0783737bcb5fc2cfe2cfaba Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Mon, 10 Oct 2022 13:32:48 -0400 Subject: [PATCH] backport of commit 4625729de15bf9992d63dbfc1be7099a12286429 (#17479) Co-authored-by: Brian Shumate --- website/content/api-docs/secret/transform.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/content/api-docs/secret/transform.mdx b/website/content/api-docs/secret/transform.mdx index 1fed8d3cbd..db91033560 100644 --- a/website/content/api-docs/secret/transform.mdx +++ b/website/content/api-docs/secret/transform.mdx @@ -2059,8 +2059,6 @@ Only valid for tokenization transformations. ```shell-session $ curl \ --header "X-Vault-Token: ..." \ - --request LIST \ - --data @payload.json \ http://127.0.0.1:8200/v1/transform/tokenization/keys/:transform_name ``` @@ -2111,7 +2109,7 @@ Once trimmed, previous versions of the key cannot be recovered. ```shell-session $ curl \ --header "X-Vault-Token: ..." \ - --request LIST \ + --request POST \ --data @payload.json \ http://127.0.0.1:8200/v1/transform//transform/tokenization/keys/:transform_name/trim ```