update

suspend fun update(appId: String, name: String? = null, icon: Bitmap? = null, platform: Platform? = null, identifier: String? = null, teams: List<String>? = null): Result<AppResource, Exception>

Update an existing app.

Parameters

appId

The app ID (path parameter).

name

The name of the app (optional).

icon

The icon Bitmap of the app (optional).

platform

The Platform of the app (optional).

identifier

The bundle id of the app (optional).

teams

List of teams which is associated with this app (optional).