workOnNote
suspend fun workOnNote(noteId: String?, projectId: String?, updateId: String?, contentNote: String): JsonObject
Wrapper method to execute the request to add or edit a note
Return
the result of the request as JsonObject
Parameters
noteId
The identifier of the note to edit
projectId
The project identifier
updateId
The update identifier
contentNote
The content of the note