UpdateDashboardInput is an input datatype for updating a dashboard. It's used by the updateCustomLinkInteraction() mutation field.

updateDashboard

Table: UpdateDashboardInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 23, 2024
defaultFilterIdstring  Long-TermThe unique identifier for the default filter.
defaultSharedTimeEnabledboolean  Long-TermWhether the default shared time is enabled.
defaultSharedTimeEndstring  Long-TermThe updated default shared time end for the dashboard.
defaultSharedTimeStartstring  Long-TermThe updated default shared time start for the dashboard.
descriptionstring  Long-TermAn updated description of the dashboard.
filters[FilterInput]yes Long-TermThe filters for the dashboard. See FilterInput.
idstringyes Long-TermThe unique identifier of the dashboard to update.
labels[string]yes Long-TermThe labels for the dashboard being updated.
links[LinkInput]yes Long-TermAll dashboard links. See LinkInput.
namestring  Long-TermThe name of the dashboard to update.
parameters[ParameterInput]yes Long-TermThe dashboard parameters. See ParameterInput.
timeJumpSizeInMsinteger  Long-TermThe skip time in milliseconds for the dashboard.
updateFrequencyDashboardUpdateFrequencyInput  Long-TermThe frequency in which the dashboard is to be updated. See DashboardUpdateFrequencyInput.
widgets[WidgetInput]yes Long-TermThe dashboards widgets. See WidgetInput.