changeNoteStatus

fun changeNoteStatus(noteId: String, completed: Boolean): JsonObject

Method to execute the request to mark a user's note as done

Return

the result of the request as JsonObject

Parameters

noteId

The note identifier to mark as done

completed

Whether the note is completed