edit Release

fun editRelease(release: <Error class: unknown class>, releaseVersion: MutableState<String>, releaseVersionError: MutableState<Boolean>, releaseNotes: MutableState<String>, releaseNotesError: MutableState<Boolean>, onSuccess: () -> Unit)

Function to edit an exiting release

Parameters

release

: the release to edit

releaseVersion

: the version of the release

releaseVersionError

: whether the releaseVersion field is not valid

releaseNotes

: the notes of the release

releaseNotesError

: whether the releaseNotes field is not valid

onSuccess

: the action to execute when the request has been successful