diff --git a/samy.ps1 b/samy.ps1 index e894020..fad191c 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1845,7 +1845,7 @@ function Get-SamyClientListFromServer { } $resp = Invoke-RestMethod -Uri $Uri ` - -Method Post ` + -Method Get ` -Headers $headers ` -ContentType 'application/json' ` -ErrorAction Stop