REST API description: Difference between revisions

m
(→‎PowerShell: remove bogus '-ContentType' description (ContentType specifies the request content type, not the accepted response content type))
Line 60: Line 60:
When sending POST requests (or other requests with a body), the request content type must be specified (not necessary for requests with empty request body (GET, DELETE)):
When sending POST requests (or other requests with a body), the request content type must be specified (not necessary for requests with empty request body (GET, DELETE)):


<pre>-ContentType'application/json'</pre>  
<pre>-ContentType 'application/json'</pre>  


To disable the certificate check, use:
To disable the certificate check, use:
28

edits