Update SVSTaskGate.ps1

This commit is contained in:
2025-01-05 00:20:39 -05:00
parent 0a387f2a24
commit 00890f85ac

View File

@@ -871,7 +871,8 @@ try {
$ApiSecretKey = $selectedSite.ApiSecretKey $ApiSecretKey = $selectedSite.ApiSecretKey
# Log parsed data for debugging # Log parsed data for debugging
Write-LogHybrid -Message "Parsed parameters: ApiUrl='$ApiUrl', ApiKey='$ApiKey', ApiSecretKey='$ApiSecretKey'" -Level "Info" Write-LogHybrid -Message "Raw request body: $body" -Level "Info"
Write-LogHybrid -Message "Parsed parameters: ApiUrl='$ApiUrl', ApiKey='$ApiKey', ApiSecretKey='$ApiSecretKey'" -Level "Info"
# Verify required parameters # Verify required parameters