The current beta description is missing a path item and corresponding operations for `/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{reply_id}/hostedContents` Where: - Hosted contents is a navigation property on chatMessage (no contains target) - Replies is a collection of chatMessages navigation property on chatMessage (contains target true) - Messages is a collection of chatMessages navigation property on channel (contains target true) - Channels is a collection of channel navigation property on team (contains target true) - And Teams is a collection of teams