promoteRelease
@PatchMapping(path = ""/{" + RELEASE_IDENTIFIER_KEY + "}" + PROMOTE_RELEASE_ENDPOINT", headers = [])
Method to promote 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 to promote
token
: the token of the user
payload
: payload of the request:
{
"release_status" : "the release status to set" -> [String] //Alpha, Beta or Latest
}
Content copied to clipboard