Update some attributes of this JSON Value
json_values_patch(id, name = NULL, value_str = NULL)
integer required. The ID of the JSON Value.
string optional. The name of the JSON Value.
string optional. The JSON value to store. Should be a serialized JSON string. Limited to 10000 bytes.
A list containing the following elements:
integer, The ID of the JSON Value.
string, The name of the JSON Value.
string, The deserialized JSON value.