http-put
function
The http-put
action sends a low level http PUT request. It belongs to the http category within the network area.
Action Syntax
http-put https://...
A valid URL
http-put $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = http-put
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = http-put https://someurl
Action code: 1827839906
Version: 0.6.4-1
Last updated: 2025-06-13