Skip to content

Commit

Permalink
backup(system/config/backup): body need to be null when use PS5
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Aug 28, 2024
1 parent 56b6c04 commit 4c6e52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerFGT/Public/monitor/system/config/backup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function Get-FGTMonitorSystemConfigBackup {
if ($connection.version -lt "7.6.0") {
$method = "get"
$uri = 'api/v2/monitor/system/config/backup?scope=global'
$body = @{ }
$body = ""
}
else {
$method = "post"
Expand Down

0 comments on commit 4c6e52c

Please sign in to comment.