addChangeNote

fun addChangeNote(projectId: String, updateId: String, payload: JsonObject): JsonObject

Method to execute the request to add a new change note to an update

Return

the result of the request as JsonObject

Parameters

projectId

The project identifier

updateId

The update identifier where add the change note

payload

The content of the change note to add