pub async fn update_comment_for_note(
configuration: &Configuration,
id: i32,
comment_id: &str,
comment_post_put_object: Option<CommentPostPutObject>,
) -> Result<OneCommentResponse200, Error<UpdateCommentForNoteError>>
Expand description
Updates a comment related to a note.