diff --git a/private/New-ApiPOSTRequest.ps1 b/private/New-ApiPOSTRequest.ps1 index 62e7b07..2a2ca8d 100644 --- a/private/New-ApiPOSTRequest.ps1 +++ b/private/New-ApiPOSTRequest.ps1 @@ -71,7 +71,7 @@ Function New-ApiPOSTRequest { $IRMSplat = @{ Uri = $APIUrl Headers = $Headers - Method = 'PUT' + Method = 'POST' WebSession = $session UseBasicParsing = $true }