Function update_comment

Source
pub async fn update_comment(
    configuration: &Configuration,
    comment_id: &str,
    input_update_comment: InputUpdateComment,
    x_organisation: Option<&str>,
) -> Result<(), Error<UpdateCommentError>>