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
)
[required] The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
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 list_versions
operation.
[required] The ID of the workspace to update.