View source: R/quicksight_operations.R
quicksight_update_theme | R Documentation |
Updates a theme.
See https://www.paws-r-sdk.com/docs/quicksight_update_theme/ for full documentation.
quicksight_update_theme(
AwsAccountId,
ThemeId,
Name = NULL,
BaseThemeId,
VersionDescription = NULL,
Configuration = NULL
)
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the theme that you're updating. |
ThemeId |
[required] The ID for the theme. |
Name |
The name for the theme. |
BaseThemeId |
[required] The theme ID, defined by Amazon QuickSight, that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme. |
VersionDescription |
A description of the theme version that you're updating Every time that
you call |
Configuration |
The theme configuration, which contains the theme display properties. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.