pub async fn discard_cards_to_crib(
user_id: UserIdDTO,
game_id: GameIdDTO,
cards: Vec<CardIdDTO>,
) -> Result<(), ApiError>Expand description
ยงHandler information
- Method:
post - Path:
/api/{user_id}/game/{game_id}/discard_cards_to_crib