View source: R/generated_client.R
reports_patch_sql | R Documentation |
Update a SQL report
reports_patch_sql(
id,
query_id = NULL,
name = NULL,
config = NULL,
description = NULL
)
id |
integer required. The ID of this report. |
query_id |
integer optional. The ID of the query used to create this report. |
name |
string optional. The name of the report. |
config |
string optional. The configuration of the report visualization. |
description |
string optional. The user-defined description of the report. |
A list containing the following elements:
id |
integer, The ID of this report. |
name |
string, The name of the report. |
user |
list, A list containing the following elements:
|
createdAt |
string, The creation time for this report. |
updatedAt |
string, The last updated at time for this report. |
type |
string, The type of the report. One of: ReportTypes::HTML, ReportTypes::Tableau, ReportTypes::ShinyApp, ReportTypes::SQL |
description |
string, The user-defined description of the report. |
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
archived |
string, The archival status of the requested item(s). |
config |
string, The configuration of the report visualization. |
query |
list, A list containing the following elements:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.