handle Change Note

private open fun handleChangeNote(id: String, token: String, projectId: String, updateId: String, noteId: String, operation: ProjectsController.ChangeNoteOperation): String

Method to manage a change note

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 manage the change note

updateId

The identifier of the update where manage the change note

noteId

The identifier of the note

operation

The operation to execute