UpdateParametersInteractionInput is an input datatype for updating a parameters interaction.

This datatype is used by three other input datatypes: CreateSavedQueryInput, which is used by the createSavedQuery() mutation field; UpdateSavedQueryInput, which is used by the updateSavedQuery() mutation field; and WidgetQueryPropertiesInput.

This last datatype is used by WidgetInput and it in turn is used by two more datatypes: CreateDashboardInput which is used by the createDashboard() mutation field; and UpdateDashboardInput which is used by the updateDashboard() mutation.

Table: UpdateParametersInteractionInput

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, 2024
arguments[ArgumentInput]yes Long-TermThe arguments for the parameters interaction. See ArgumentInput.
fieldInteractionConditions[FieldInteractionConditionInput]yes Long-TermThe conditions of the field interaction. See FieldInteractionConditionInput.
namestringyes Long-TermThe name of the parameters interaction.
titleTemplatestring  Long-TermThe title of the template.
useWidgetTimeWindowbooleanyes Long-TermWhether to use a TimeWindow widget.