edit Change Note
fun editChangeNote(projectId: String, updateId: String, noteId: String, payload: JsonObject): JsonObject
Method to execute the request to edit an existing change note of an update
Return
the result of the request as JsonObject
Parameters
project Id
The project identifier
update Id
The update identifier where add the change note
note Id
The note identifier of the note to edit
payload
The content of the change note to add