REST API description: Difference between revisions

m
Line 19: Line 19:
<code>curl -k ...</code>
<code>curl -k ...</code>


For PowerShell in recent versions (v6 and later) it is
For PowerShell in recent versions (v6 and later) it is:


<code>Invoke-RestMethod -SkipCertificateCheck ...</code>
<code>Invoke-RestMethod -SkipCertificateCheck ...</code>
inactive
369

edits