We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924d661 commit 2c4ef81Copy full SHA for 2c4ef81
src/views/tenant/backup/RestoreBackup.jsx
@@ -49,7 +49,7 @@ const OffboardingWizard = () => {
49
TenantFilter: tenantDomain,
50
Name: `CIPP Restore ${tenantDomain}`,
51
Command: { value: `New-CIPPRestore` },
52
- Parameters: { Type: 'Scheduled', ScheduledBackupValues: { ...values } },
+ Parameters: { Type: 'Scheduled', RestoreValues: { ...values } },
53
ScheduledTime: unixTime,
54
PostExecution: {
55
Webhook: values.webhook,
0 commit comments