R/old_saved_query.R
SavedQuery.update.Rd
Updates the attributes of an existing saved query.
SavedQuery.update(id, env = get_connection(), ...)
The ID of the saved query to update.
(optional) Custom client environment.
Saved query attributes to change.
if (FALSE) { # \dontrun{ SavedQuery.update( id = "1234", name = "New query Name", ) } # }