pub async fn squad_controller_update(
configuration: &Configuration,
id: &str,
update_squad_dto: UpdateSquadDto,
) -> Result<Squad, Error<SquadControllerUpdateError>>
pub async fn squad_controller_update(
configuration: &Configuration,
id: &str,
update_squad_dto: UpdateSquadDto,
) -> Result<Squad, Error<SquadControllerUpdateError>>