http-put
Action
Sends a PUT request to update data on a web server
Syntax
$response = http-put https://someurl
with direct URL
$response = http-put $url-var
with URL from variable
Sends a PUT request to update data on a web server
$response = http-put https://someurl
with direct URL
$response = http-put $url-var
with URL from variable