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 PATCH Request
To send a PATCH request to a specified URL, use the following syntax:
the url is "https://api.example.com/update"
send a PATCH 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/files"
get the file
send a PATCH request to the url with
the data is the file
the request's response