Application.update: Application.update

View source: R/application.R

Application.updateR 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

https://docs.solvebio.com/

Examples

## Not run: 
Application.update(
                   "abcd1234",
                   name="New app name"
                   )

## End(Not run)


solvebio/solvebio-r documentation built on Dec. 8, 2022, 4:29 a.m.