mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Update index.html.md
This commit is contained in:
@@ -962,6 +962,11 @@ This endpoint restores the backup as a named key. This will restore the key
|
|||||||
configurations and all the versions of the named key along with HMAC keys. The
|
configurations and all the versions of the named key along with HMAC keys. The
|
||||||
input to this endpoint should be the output of `/backup` endpoint.
|
input to this endpoint should be the output of `/backup` endpoint.
|
||||||
|
|
||||||
|
~> For safety, the backend will refuse to restore to an existing key. If you
|
||||||
|
want to reuse a key name, you must delete the key before restoring. It is a
|
||||||
|
good idea to attempt restoring to a different key name first to verify that
|
||||||
|
the operation successfully completes.
|
||||||
|
|
||||||
| Method | Path | Produces |
|
| Method | Path | Produces |
|
||||||
| :------- | :-------------------------- | :--------------------- |
|
| :------- | :-------------------------- | :--------------------- |
|
||||||
| `POST` | `/transit/restore(/:name)` | `204 (empty body)` |
|
| `POST` | `/transit/restore(/:name)` | `204 (empty body)` |
|
||||||
|
|||||||
Reference in New Issue
Block a user