We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I had to add -ContentType application/json for a quick fix when calling:
get-FGTFirewallAddressGroup -name 'group' -vdom 'master' | Add-FGTFirewallAddressG-memberroupMember 'member' -vdom 'master'
restmethod.ps1 -ContentType application/json
line 199: $response = Invoke-RestMethod $fullurl -Method $method -body (ConvertTo-Json $body -Depth 10 -Compress) -Headers $headers -WebSession $sessionvariable @invokeParams -ContentType application/json
PSVersion 7.4.2 PSEdition Core GitCommitId 7.4.2 OS Microsoft Windows 10.0.22631 Platform Win32NT
The text was updated successfully, but these errors were encountered:
Duplicate with #246 and #247
I need to publish a new (minor) release...
Sorry, something went wrong.
Fixed with release 0.8.1
No branches or pull requests
Hello,
I had to add -ContentType application/json for a quick fix when calling:
get-FGTFirewallAddressGroup -name 'group' -vdom 'master' | Add-FGTFirewallAddressG-memberroupMember 'member' -vdom 'master'
restmethod.ps1
-ContentType application/json
line 199:
$response = Invoke-RestMethod $fullurl -Method $method -body (ConvertTo-Json $body -Depth 10 -Compress) -Headers $headers -WebSession $sessionvariable @invokeParams -ContentType application/json
PSVersion 7.4.2
PSEdition Core
GitCommitId 7.4.2
OS Microsoft Windows 10.0.22631
Platform Win32NT
The text was updated successfully, but these errors were encountered: