The UpdateDashboardInput datatype includes various settings.

Table: UpdateDashboardInput

ParameterTypeRequired[a]DefaultDescription
idstringyes The unique identifier of the dashboard to update.
namestring  The name of the dashboard to update.
labels[string]yes The labels for the dashboard being updated.
widgets[WidgetInput]yes The dashboards widgets (see WidgetInput Table).
links[LinkInput]yes All dashboard links (see LinkInput Table).
defaultFilterIdstring  The unique identifier for the default filter.
filters[FilterInput]yes The filters for the dashboard (see FilterInput Table).
parameters[ParameterInput]yes The dashboard parameters (see ParameterInput Table).
descriptionstring  An updated description of the dashboard.
timeJumpSizeInMsinteger  The skip time in milliseconds for the dashboard.
updateFrequencyDashboardUpdateFrequencyInput  The frequency in which the dashboard is to be updated (see DashboardUpdateFrequencyInput Table).
defaultSharedTimeStartstring  The updated default shared time start for the dashboard.
defaultSharedTimeEndstring  The updated default shared time end for the dashboard.
defaultSharedTimeEnabledboolean  Whether the default shared time is enabled.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.