polished (version 0.4.0)

update_app: Polished API - Update an App

Description

Polished API - Update an App

Usage

update_app(
  app_uid,
  app_name = NULL,
  app_url = NULL,
  api_key = getOption("polished")$api_key
)

Arguments

app_uid

the app uid of the app to update.

app_name

an optional app name to replace the existing app name.

app_url

an optional app url to replace the existing app url.

api_key

your Polished API key. Set your polished api key using set_api_key() so that you do not need to supply this argument with each function call.

See Also

get_apps() add_app() delete_app()