Learn R Programming

solvebio (version 2.15.0)

Application.update: Application.update

Description

Updates the attributes of an existing application.

Usage

Application.update(client_id, env = .solveEnv, ...)

Arguments

client_id

The client ID for the application.

env

(optional) Custom client environment.

...

Application attributes to change.

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
Application.update(
                   "abcd1234",
                   name="New app name"
                   )
}

Run the code above in your browser using DataLab