pub async fn update_player(
configuration: &Configuration,
player_id: &str,
player: Player,
) -> Result<UpdatePlayerSuccessResponse, Error<UpdatePlayerError>>Expand description
Update an existing device in one of your OneSignal apps
pub async fn update_player(
configuration: &Configuration,
player_id: &str,
player: Player,
) -> Result<UpdatePlayerSuccessResponse, Error<UpdatePlayerError>>Update an existing device in one of your OneSignal apps