uploadAsset
@PostMapping(path = ""/{" + RELEASE_IDENTIFIER_KEY + "}" + UPLOAD_ASSETS_ENDPOINT", headers = [])
Method to upload some assets on a release
Return
the result of the request as String
Parameters
id
: the identifier of the user
projectId
: the project identifier where the release is attached
releaseId
: the release identifier where upload the asset
token
: the token of the user
assets
: the assets to upload
comment
: the comment about the assets uploaded