Update zvma-simple-list-vpgs.ps1
Fixed ContentType
This commit is contained in:
@@ -30,7 +30,7 @@ $zvmApiBase = "https://" + $zvmAddress + "/v1/"
|
||||
$request = @{
|
||||
|
||||
Headers = @{
|
||||
ContentType = "application/x-www-form-urlencode"
|
||||
ContentType = "application/x-www-form-urlencoded"
|
||||
}
|
||||
|
||||
Body = @{
|
||||
|
||||
Reference in New Issue
Block a user