R/old_application.R
Application.update.Rd
Updates the attributes of an existing application.
Application.update(client_id, env = get_connection(), ...)
The client ID for the application.
(optional) Custom client environment.
Application attributes to change.
https://docs.solvebio.com/
if (FALSE) { # \dontrun{ Application.update( "abcd1234", name = "New app name" ) } # }