scheduleUpdate
suspend fun scheduleUpdate(projectId: String, targetVersion: String, updateChangeNotes: List<String>): JsonObject
Method to execute the request to schedule a new update for a project
Return
the result of the request as JsonObject
Parameters
projectId
The project identifier where schedule the new update
targetVersion
The target version of the update
updateChangeNotes
The change notes of the update