workOnChangeNoteStatus

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

projectId

The project identifier

updateId

The update identifier

changeNoteId

The note identifier to mark as done

completed

The status to set to the current change note