Update SVSTaskGate.ps1
This commit is contained in:
@@ -707,9 +707,9 @@ function GetHtmlContent {
|
|||||||
|
|
||||||
// Build payload
|
// Build payload
|
||||||
const payload = {
|
const payload = {
|
||||||
ApiUrl: ApiUrl, // Replace with actual variable holding the API URL
|
ApiUrl: $data.ApiURL, // Replace with actual variable holding the API URL
|
||||||
ApiKey: ApiKey, // Replace with actual variable holding the API Key
|
ApiKey: $data.ApiKey, // Replace with actual variable holding the API Key
|
||||||
ApiSecretKey: ApiSecretKey, // Replace with actual variable holding the API Secret Key
|
ApiSecretKey: $data/ApiSecretKey, // Replace with actual variable holding the API Secret Key
|
||||||
UID: UID, // Replace with actual UID value
|
UID: UID, // Replace with actual UID value
|
||||||
Name: Name, // Replace with actual Name value
|
Name: Name, // Replace with actual Name value
|
||||||
PushSiteVars: checkedValues.includes('inputVar'),
|
PushSiteVars: checkedValues.includes('inputVar'),
|
||||||
|
|||||||
Reference in New Issue
Block a user