From 6825869c50ca51741f7ff831b4a50c890dcd7ad9 Mon Sep 17 00:00:00 2001 From: jans23 Date: Mon, 23 Sep 2024 11:10:10 +0200 Subject: [PATCH] Correct backup restore statement (#285) --- nethsm/administration.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/nethsm/administration.rst b/nethsm/administration.rst index bf9e753f6b..3aa739e9c3 100644 --- a/nethsm/administration.rst +++ b/nethsm/administration.rst @@ -697,14 +697,14 @@ The backup passphrase can be set as follows. .. tab:: REST API Information about the `/config/backup-passphrase` endpoint can be found in the `API documentation `__. -.. note:: - This command requires the authentication of a user with the *Backup* role. - Please refer to chapter `Roles `__ to learn more. - The backup can be executed as follows. .. tabs:: .. tab:: nitropy + **Required Role** + + This operation requires an authentication with the *Backup* role. + **Arguments** +--------------+-------------+ @@ -725,9 +725,6 @@ The backup can be executed as follows. .. tab:: REST API Information about the `/system/backup` endpoint can be found in the `API documentation `__. -.. note:: - This backup file can be restored on an unprovisioned NetHSM instance only. - Restore ~~~~~~~