create Note

open fun createNote(authorId: String, noteId: String, contentNote: String)

Method to create a new note

Parameters

authorId

The author of the note identifier

noteId

The note identifier

contentNote

The content of the note