diff --git a/PSIdentityNow/Public/Invoke-IDNWRestMethod.ps1 b/PSIdentityNow/Public/Invoke-IDNWRestMethod.ps1 index 8f32410..94c3dbb 100644 --- a/PSIdentityNow/Public/Invoke-IDNWRestMethod.ps1 +++ b/PSIdentityNow/Public/Invoke-IDNWRestMethod.ps1 @@ -65,6 +65,10 @@ function Invoke-IDNWRestMethod { [String] $ContentType = "application/json", + [Parameter(Mandatory = $false)] + [Switch] + $IncludeHTTPResponse = $false, + [Parameter(Mandatory = $false)] [Int] $MaxRetries = 3,