mark Change Note As To Do

@PatchMapping(path = ""/{" + PROJECT_IDENTIFIER_KEY + "}" + UPDATES_PATH + "{" + UPDATE_IDENTIFIER_KEY + "}/" + NOTES_KEY + "/{" + NOTE_IDENTIFIER_KEY + "}" + MARK_CHANGE_NOTE_AS_TODO_ENDPOINT", headers = [] )
open fun markChangeNoteAsToDo(@PathVariable(value = "id") id: String, @RequestHeader(value = "token") token: String, @PathVariable(value = "project_id") projectId: String, @PathVariable(value = "update_id") updateId: String, @PathVariable(value = "note_id") noteId: String): String

Method to mark a change note as to-do

Return

the result of the request as String

Parameters

id

The identifier of the user

token

The token of the user

projectId

The identifier of the project where mark as to-do the change note of an update

updateId

The identifier of the update where mark as to-do the change note

noteId

The identifier of the note