Update
|
|||||
|
|
Updates an existing template
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage your Fusion Tables
Input
This building block consumes 8 input parameters
Name | Format | Description |
---|---|---|
tableId Required |
STRING |
Table to which the updated template belongs |
templateId Required |
INTEGER |
Identifier for the template that is being updated |
automaticColumnNames[] |
STRING |
|
body |
STRING |
Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified |
kind |
STRING |
The kind of item this is. For a template, this is always fusiontables#template |
name |
STRING |
Optional name assigned to a template |
tableId |
STRING |
Identifier for the table for which the template is defined |
templateId |
INTEGER |
Identifier for the template, unique within the context of a particular table |
= Parameter name
= Format
tableId STRING Required Table to which the updated template belongs |
templateId INTEGER Required Identifier for the template that is being updated |
automaticColumnNames[] STRING |
body STRING Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified |
kind STRING The kind of item this is. For a template, this is always fusiontables#template |
name STRING Optional name assigned to a template |
tableId STRING Identifier for the table for which the template is defined |
templateId INTEGER Identifier for the template, unique within the context of a particular table |
Output
This building block provides 6 output parameters
Name | Format | Description |
---|---|---|
automaticColumnNames[] |
STRING |
|
body |
STRING |
Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified |
kind |
STRING |
The kind of item this is. For a template, this is always fusiontables#template |
name |
STRING |
Optional name assigned to a template |
tableId |
STRING |
Identifier for the table for which the template is defined |
templateId |
INTEGER |
Identifier for the template, unique within the context of a particular table |
= Parameter name
= Format
automaticColumnNames[] STRING |
body STRING Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified |
kind STRING The kind of item this is. For a template, this is always fusiontables#template |
name STRING Optional name assigned to a template |
tableId STRING Identifier for the table for which the template is defined |
templateId INTEGER Identifier for the template, unique within the context of a particular table |