WebClient.prototype.patch(): Task<ResponseResult, HttpError>
Make a PATCH request with a body.
optional
options: RequestOptions
- Request-specific options.
Task<ResponseResult, HttpError>
A Task that resolves with the response or rejects with an HttpError.