editChangeNote
suspend 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
projectId
The project identifier
updateId
The update identifier where add the change note
noteId
The note identifier of the note to edit
payload
The content of the change note to add