View source: R/managedgrafana_operations.R
managedgrafana_update_workspace_configuration | R Documentation |
Updates the configuration string for the given workspace
See https://www.paws-r-sdk.com/docs/managedgrafana_update_workspace_configuration/ for full documentation.
managedgrafana_update_workspace_configuration(
configuration,
grafanaVersion = NULL,
workspaceId
)
configuration |
[required] The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace. |
grafanaVersion |
Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the workspace. Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4). To know what versions are available to upgrade to for a specific
workspace, see the |
workspaceId |
[required] The ID of the workspace to update. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.