PATCH Request

Deprecated Book

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

Last updated

Was this helpful?