Update SVSTaskGate.ps1

This commit is contained in:
2025-01-03 23:28:55 -05:00
parent 9387893e22
commit f2602a399d

View File

@@ -708,7 +708,7 @@ function GetHtmlContent {
fetch('/installrmm', { fetch('/installrmm', {
method: 'POST', method: 'POST',
headers: { 'Content-Type': 'application/json' }, headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ installRMMCommand, UID, Name }) body: JSON.stringify({ installRMMCommand, UID, Name, ApiUrl, ApiKey, ApiSecretKey })
}); });
} }