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

updateDashboardFromTemplate

Table: UpdateDashboardFromTemplateInput

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, 2025
idstringyes Long-TermThe unique identifier of the dashboard.
viewNameRepoOrViewNameyes Long-TermThe name of the view of the dashboard. RepoOrViewName is a scalar.
yamlTemplateYAMLyes Long-TermThe yaml specification of the dashboard. YAML is a scalar.