Change line 1848 from POST to GET

This commit is contained in:
2025-12-08 16:23:26 -05:00
committed by syelle
parent fead0811f2
commit f5a82392a9

View File

@@ -1845,7 +1845,7 @@ function Get-SamyClientListFromServer {
} }
$resp = Invoke-RestMethod -Uri $Uri ` $resp = Invoke-RestMethod -Uri $Uri `
-Method Post ` -Method Get `
-Headers $headers ` -Headers $headers `
-ContentType 'application/json' ` -ContentType 'application/json' `
-ErrorAction Stop -ErrorAction Stop