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
release Version
: the version of the release
release Version Error
: whether the releaseVersion field is not valid
release Notes
: the notes of the release
release Notes Error
: whether the releaseNotes field is not valid
on Success
: the action to execute when the request has been successful