From 4e83328aaf9da590f93845320dd5cb14cb970e45 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 14 May 2019 10:58:19 -0400 Subject: [PATCH] Fix recovery key backup path documentation --- website/source/api/system/rekey-recovery-key.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/api/system/rekey-recovery-key.html.md b/website/source/api/system/rekey-recovery-key.html.md index b600e68db..12769fa15 100644 --- a/website/source/api/system/rekey-recovery-key.html.md +++ b/website/source/api/system/rekey-recovery-key.html.md @@ -142,14 +142,14 @@ fingerprint to hex-encoded PGP-encrypted key. | Method | Path | | :---------------------------------------- | :--------------------- | -| `GET` | `/sys/rekey-recovery-key/backup` | +| `GET` | `/sys/rekey/recovery-key-backup` | ### Sample Request ``` $ curl \ --header "X-Vault-Token: ..." \ - http://127.0.0.1:8200/v1/sys/rekey-recovery-key/backup + http://127.0.0.1:8200/v1/sys/rekey/recovery-key-backup ``` ### Sample Response @@ -169,7 +169,7 @@ This endpoint deletes the backup copy of PGP-encrypted recovery key shares. | Method | Path | | :---------------------------------------- | :--------------------- | -| `DELETE` | `/sys/rekey-recovery-key/backup` | +| `DELETE` | `/sys/rekey/recovery-key-backup` | ### Sample Request @@ -177,7 +177,7 @@ This endpoint deletes the backup copy of PGP-encrypted recovery key shares. $ curl \ --header "X-Vault-Token" \ --request DELETE \ - http://127.0.0.1:8200/v1/sys/rekey-recovery-key/backup + http://127.0.0.1:8200/v1/sys/rekey/recovery-key-backup ``` ## Submit Key