edit
Application
suspend fun editApplication(applicationId: String, iconBytes: ByteArray?, iconName: String?, name: String, description: String): JsonObject
Method to edit an existing application
Return
an endpoint to make the request as String
Parameters
iconBytes
The bytes of the icon of the application
iconName
The name of the icon of the application
name
The name of the application
description
The description of the application