Application.update {solvebio} | R Documentation |
Updates the attributes of an existing application.
Application.update(client_id, env = solvebio:::.solveEnv, ...)
client_id |
The client ID for the application. |
env |
(optional) Custom client environment. |
... |
Application attributes to change. |
## Not run:
Application.update(
"abcd1234",
name="New app name"
)
## End(Not run)