Member Junction
    Preparing search index...
    • Sends a PATCH request. Shorthand for HttpRequest with Method: 'PATCH'. Body handling matches HttpPost.

      Type Parameters

      • T = unknown

        the expected shape of the parsed response body.

      Parameters

      • url: string

        absolute URL, or a path when config.BaseURL is supplied.

      • Optionalbody: unknown

        the request body.

      • Optionalconfig: Omit<HttpRequestConfig, "Url" | "Method" | "Body">

        optional per-request settings.

      Returns Promise<HttpResponse<T>>

      the HttpResponse.

      on a non-2xx status, timeout, cancellation, or transport failure.