pub fn config_backup_passphrase_put(
configuration: &Configuration,
backup_passphrase_config: BackupPassphraseConfig,
) -> Result<ResponseContent<()>, Error<ConfigBackupPassphrasePutError>>Expand description
Update the backup passphrase. If the backup passphrase is not set yet, use "" as currentPassphrase. WARNING: Like the unlock passphrase, this configuration can’t be reset by an admin user without knowing the current value, so if the backup passphrase is lost, neither can it be reset to a new value nor can the created backups be restored.