patchJson


Description:

public static HttpResponse? patchJson (string url, string jsonBody)

Sends an HTTP PATCH request with a JSON body.

Parameters:

url

target URL.

jsonBody

JSON body string.

Returns:

HTTP response or null on error.