Skip to main content
Version: Streamsheets 2.3

HTTP.PUT

Create an HTTP PUT request.

Syntax

=HTTP.PUT(URL, [Body], [Headers], [Config], [target])

Arguments

NameDescription
URLThe URL to request.
BodyOptional. Data to use as the body of the HTTP request.
HeadersOptional. Headers of the HTTP request.
ConfigOptional. Configuration for the HTTP request.

Return Value

The function HTTP.PUT() always returns a unique random request ID, which is automatically generated when the service is called. Otherwise an error is displayed.