R/generated_client.R
templates_put_reports.Rd
Replace all attributes of this Report Template
templates_put_reports( id, name, code_body, category = NULL, archived = NULL, provide_api_key = NULL )
id | integer required. |
---|---|
name | string required. The name of the template. |
code_body | string required. The code for the Template body. |
category | string optional. The category of this report template. Can be left blank. Acceptable values are: dataset-viz |
archived | boolean optional. Whether the template has been archived. |
provide_api_key | boolean optional. Whether reports based on this template request an API Key from the report viewer. |
A list containing the following elements:
integer,
string, The name of the template.
string, The category of this report template. Can be left blank. Acceptable values are: dataset-viz
string,
string,
integer, The number of uses of this template.
boolean, Whether the template has been archived.
list, A list containing the following elements:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.
boolean, Whether this template has been audited by Civis for security vulnerability and correctness.
string, A URL to the template's stored code body.
boolean, Whether reports based on this template request an API Key from the report viewer.
boolean, The hidden status of the item.