We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143e917 commit e1f0ee5Copy full SHA for e1f0ee5
1 file changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecRunBackup.ps1
@@ -13,7 +13,7 @@ Function Invoke-ExecRunBackup {
13
$APIName = $Request.Params.CIPPEndpoint
14
15
try {
16
- $CSVfile = New-CIPPBackup -BackupType 'CIPP' -Request $Request
+ $CSVfile = New-CIPPBackup -BackupType 'CIPP' -Headers $Request.Headers
17
$body = [pscustomobject]@{
18
'Results' = @{
19
resultText = 'Created backup'
0 commit comments