ZhttpPut

Sends an HTTP PUT request to the specified URL with an optional request body and stores the response.

Syntax

ZhttpPut{url;body?}

Arguments

NameTypeRequiredDefault
urlurlYes-
bodystringNo-

Example

ZhttpPut{https://api.example.com/users/1;{"name":"Alice"}}