SeriesConfigInput is an input datatype for entering a series for a dashboard configuration. One of title, color, and theme color must be specified at least. And at most, one of color and themedColor can be specified.

This datatype is used by the datatype, CreateDashboardInput, which is used by the createDashboard() mutation field, and UpdateDashboardInput, which is used by the updateDashboard() mutation field.

Table: SeriesConfigInput

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: Oct 6, 2025
colorstring  Long-TermThe color setting.
namestringyes Long-TermThe name of the configuration to set.
ThemedColorInputThemedColorInput  Long-TermA themed color for the series. See ThemedColorInput.
titlestring  Long-TermThe title of the configuration.