pub async fn add_note(
configuration: &Configuration,
add_note_request: Option<AddNoteRequest>,
) -> Result<OneNoteResponse200, Error<AddNoteError>>
Expand description
Adds a new note.
pub async fn add_note(
configuration: &Configuration,
add_note_request: Option<AddNoteRequest>,
) -> Result<OneNoteResponse200, Error<AddNoteError>>
Adds a new note.