putJsonValue


Description:

public static HttpResponse? putJsonValue (string url, JsonValue jsonBody)

Sends an HTTP PUT request with a JSON value.

Parameters:

url

target URL.

jsonBody

JSON body.

Returns:

HTTP response or null on error.