diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs
index 022d9b2..f3b7c87 100644
--- a/riven/src/endpoints.rs
+++ b/riven/src/endpoints.rs
@@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
-// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
+// Version 54c6fd7144adb63e54515df33a6a557eed0f17ba
//! Automatically generated endpoint handles.
#![allow(clippy::let_and_return, clippy::too_many_arguments)]
@@ -372,6 +372,66 @@ pub struct ChampionMasteryV4<'a> {
base: &'a RiotApi,
}
impl<'a> ChampionMasteryV4<'a> {
+ /// Get all champion mastery entries sorted by number of champion points descending.
+ /// # Parameters
+ /// * `route` - Route to query.
+ /// * `encrypted_puuid` (required, in path)
+ /// # Riot Developer API Reference
+ /// `champion-mastery-v4.getAllChampionMasteriesByPUUID`
+ ///
+ /// Note: this method is automatically generated.
+ pub fn get_all_champion_masteries_by_puuid(&self, route: PlatformRoute, encrypted_puuid: &str)
+ -> impl Future