patchRequest<T> method

BuildRequest<T> patchRequest<T>()

Implementation

BuildRequest<T> patchRequest<T>() => BuildRequest(HttpMethod.PATCH, this);