json_values_patch: Update some attributes of this JSON Value

Description Usage Arguments Value

Description

Update some attributes of this JSON Value

Usage

1
json_values_patch(id, name = NULL, value_str = NULL)

Arguments

id

integer required. The ID of the JSON Value.

name

string optional. The name of the JSON Value.

value_str

string optional. The JSON value to store. Should be a serialized JSON string. Limited to 1000000 bytes.

Value

A list containing the following elements:

id

integer, The ID of the JSON Value.

name

string, The name of the JSON Value.

value

string, The deserialized JSON value.


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.