Polished API - Update an App
update_app(app_uid, app_name = NULL, app_url = NULL, api_key = get_api_key())
an object of class polished_api_res
. When successful, the content
of the
polished_api_res
is list(message = "success")
. In the case of an error, the
content is list(error = "<error message>")
.
the app uid of the app to update.
an optional app name to replace the existing app name.
an optional app url to replace the existing app url.
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.
get_apps()
add_app()
delete_app()