Application.update {solvebio} | R Documentation |
Application.update
Description
Updates the attributes of an existing application.
Usage
Application.update(client_id, env = solvebio:::.solveEnv, ...)
Arguments
client_id |
The client ID for the application. |
env |
(optional) Custom client environment. |
... |
Application attributes to change. |
References
Examples
## Not run:
Application.update(
"abcd1234",
name="New app name"
)
## End(Not run)
[Package solvebio version 2.14.0 Index]