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
project Id
: the project identifier where the release is attached
release Id
: the release identifier where upload the assets
assets
: the list of the assets to upload
comment
: the comment about the assets uploaded