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

Table: UpdateDashboardFromTemplateInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.