work On Change Note Status
fun workOnChangeNoteStatus(projectId: String, updateId: String, changeNoteId: String, completed: Boolean): JsonObject
Wrapper method to execute the request to mark a change note as done
Return
the result of the request as JsonObject
Parameters
project Id
The project identifier
update Id
The update identifier
change Note Id
The note identifier to mark as done
completed
The status to set to the current change note