edit Release

fun editRelease(project: <Error class: unknown class>, release: <Error class: unknown class>, releaseVersion: String, releaseNotes: String): <Error class: unknown class>

Function to execute the request to edit an existing release

Return

the result of the request as JSONObject

Parameters

project

: the project where the release is attached

release

: the release to edit

releaseVersion

: the version for the release

releaseNotes

: the notes attached to the release


fun editRelease(projectId: String, releaseId: String, releaseVersion: String, releaseNotes: String): <Error class: unknown class>

Function to execute the request to edit an existing release

Return

the result of the request as JSONObject

Parameters

projectId

: the project identifier where the release is attached

releaseId

: the release identifier of the release to edit

releaseVersion

: the version for the release

releaseNotes

: the notes attached to the release