From 1afddeeaa421fe5f1553b9879344a9bce6ec89f0 Mon Sep 17 00:00:00 2001 From: spiff Date: Fri, 25 Oct 2019 09:21:55 -0700 Subject: [PATCH] Change "Generate Intermediate" example to exported (#7515) The example request for "Generate Intermediate" was type "internal", but the example response contained the private key, which "internal" doesn't do. This patch fixes the example request to be type "exported" to match the example response. --- website/source/api/secret/pki/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/secret/pki/index.html.md b/website/source/api/secret/pki/index.html.md index 40b8f9332c..d7aa2409b2 100644 --- a/website/source/api/secret/pki/index.html.md +++ b/website/source/api/secret/pki/index.html.md @@ -523,7 +523,7 @@ $ curl \ --header "X-Vault-Token: ..." \ --request POST \ --data @payload.json \ - http://127.0.0.1:8200/v1/pki/intermediate/generate/internal + http://127.0.0.1:8200/v1/pki/intermediate/generate/exported ``` ```json