The First Edition HTTP Book is deprecated. Agents that have already learned this Book will continue to function. For all new automations, please use the version of the Book instead.
Send a PUT Request
To send a PUT request to a specified URL, use the following syntax:
the url is "https://api.example.com/update"
send a PUT request to the url with
the query parameters is "{\"id\": \"123\"}"
the header is "{\"Content-Type\": \"application/json\"}"
the request's response
the url is "https://api.example.com/update"
get the file
send a PUT request to the url with
the data is the file
the request's response