upload Asset

fun uploadAsset(projectId: String, releaseId: String, comment: String, assets: List<<Error class: unknown class>>): <Error class: unknown class>

Function to execute the request to upload assets to a release

Return

the result of the request as JSONObject

Parameters

projectId

: the project identifier where the release is attached

releaseId

: the release identifier where upload the assets

assets

: the list of the assets to upload

comment

: the comment about the assets uploaded