View source: R/generated_client.R
| json_values_post | R Documentation | 
Create a JSON Value
json_values_post(value_str, name = NULL)
value_str | 
 string required. The JSON value to store. Should be a serialized JSON string. Limited to 1000000 bytes.  | 
name | 
 string optional. The name of the JSON 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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.