create

suspend fun create(organisationId: String, name: String, platform: Platform, identifier: String, icon: Bitmap?, teams: List<String>?): Result<AppResource, Exception>

Create a new app.

Parameters

organisationId

The organisation ID (path parameter).

name

The name of the app.

platform

The Platform of the app.

identifier

The bundle identifier of the app.

icon

The icon Bitmap of the app (optional).

teams

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