Update SVSTaskGate.ps1

This commit is contained in:
2025-01-05 00:53:20 -05:00
parent c20ea4eb4b
commit 066650ab6e

View File

@@ -707,9 +707,9 @@ function GetHtmlContent {
// Build payload
const payload = {
ApiUrl: ApiUrl, // Replace with actual variable holding the API URL
ApiKey: ApiKey, // Replace with actual variable holding the API Key
ApiSecretKey: ApiSecretKey, // Replace with actual variable holding the API Secret Key
ApiUrl: $data.ApiURL, // Replace with actual variable holding the API URL
ApiKey: $data.ApiKey, // Replace with actual variable holding the API Key
ApiSecretKey: $data/ApiSecretKey, // Replace with actual variable holding the API Secret Key
UID: UID, // Replace with actual UID value
Name: Name, // Replace with actual Name value
PushSiteVars: checkedValues.includes('inputVar'),