UpdateSavedQueryInput is used to input data to update a saved query.

Table: UpdateSavedQueryInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 23, 2024
customLinkInteractions[CustomLinkInteractionInput]yes Long-TermThe custom links for interactions. See CustomLinkInteractionInput.
dashboardLinkInteractions[DashboardLinkInteractionInput]yes Long-TermThe dashboard links for interactions. See DashboardLinkInteractionInput.
endstring  Long-TermThe ending point of the saved query.
idstringyes Long-TermThe unique identifier of the saved query to update.
isLiveboolean  Long-TermWhether the saved query is executed continuously on live, streaming data.
Namestring  Long-TermThe name of the saved query to update.
optionsstring  Long-TermAny options related to the saved query.
queryStringstring  Long-TermThe new query.
searchLinkInteractions[SearchLinkInteractionInput]yes Long-TermThe search links for interactions. See SearchLinkInteractionInput.
startstring  Long-TermThe starting point of the saved query.
updateParametersInteractions[UpdateParametersInteractionInput]yes Long-TermThe parameters to update for interactions. See UpdateParametersInteractionInput.
viewNamestringyes Long-TermThe name of the view associated with the saved query.
widgetTypestring  Long-TermThe type of widget for displaying the results of the saved query.