change Note Status

@PatchMapping(path = ""{" + NOTE_IDENTIFIER_KEY + "}" + CHANGE_NOTE_STATUS_ENDPOINT", headers = [] )
open fun changeNoteStatus(    @PathVariable(value = "id") id: String,     @RequestHeader(value = "token") token: String,     @PathVariable(value = "note_id") noteId: String,     @RequestBody payload: Map<String, Any>): String

Method to mark as done an existing note

Return

the result of the request as String

Parameters

id

The identifier of the user

token

The token of the user

noteId

The identifier of the note