The URL to which the HTTP request will be sent.
Optional
data: RequestDataThe data to be sent in the request body when using a method like POST
Optional
options: RequestOptionsAn optional object containing additional options for the request, such as headers
A Promise that resolves either with a primitive type containing the full response as the $res property or undefined
Generated using TypeDoc
Makes a patch request to the specified url