Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
fix http method regression (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtisanByteCrafter committed Sep 13, 2019
1 parent 7a01696 commit b88da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/New-ApiPOSTRequest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Function New-ApiPOSTRequest {
$IRMSplat = @{
Uri = $APIUrl
Headers = $Headers
Method = 'PUT'
Method = 'POST'
WebSession = $session
UseBasicParsing = $true
}
Expand Down

0 comments on commit b88da4d

Please sign in to comment.