pub async fn comment_update(
    client: &ApiClient,
    comment_id: Base64Uuid,
    payload: UpdateComment
) -> Result<Comment>
Expand description

Updates a comment in a discussion thread by comment ID