Update line 1849 from Post to Get

This commit is contained in:
2025-12-08 16:12:40 -05:00
parent 8c812c7f17
commit 6ffad59d52

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