pub async fn add_note_comment(
configuration: &Configuration,
id: i32,
comment_post_put_object: Option<CommentPostPutObject>,
) -> Result<OneCommentResponse200, Error<AddNoteCommentError>>
Expand description
Adds a new comment to a note.
pub async fn add_note_comment(
configuration: &Configuration,
id: i32,
comment_post_put_object: Option<CommentPostPutObject>,
) -> Result<OneCommentResponse200, Error<AddNoteCommentError>>
Adds a new comment to a note.