You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Api/ModsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,7 +301,7 @@ $class_id = 56; // int | Filter by section id (discoverable via Categories)
301
301
$category_id = 56; // int | Filter by category id
302
302
$game_version = 'game_version_example'; // string | Filter by game version string
303
303
$search_filter = 'search_filter_example'; // string | Filter by free text search in the mod name and author
304
-
$sort_field = new \Aternos\CurseForgeApi\Model\\Aternos\CurseForgeApi\Model\ModsSearchSortField(); // \Aternos\CurseForgeApi\Model\ModsSearchSortField | Filter by ModsSearchSortField enumeration
304
+
$sort_field = new \Aternos\CurseForgeApi\Model\\Aternos\CurseForgeApi\Model\ModSearchSortField(); // \Aternos\CurseForgeApi\Model\ModSearchSortField | Filter by ModsSearchSortField enumeration
305
305
$sort_order = new \Aternos\CurseForgeApi\Model\\Aternos\CurseForgeApi\Model\SortOrder(); // \Aternos\CurseForgeApi\Model\SortOrder | 'asc' if sort is in ascending order, 'desc' if sort is in descending order
306
306
$mod_loader_type = new \Aternos\CurseForgeApi\Model\\Aternos\CurseForgeApi\Model\ModLoaderType(); // \Aternos\CurseForgeApi\Model\ModLoaderType | Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion.
307
307
$game_version_type_id = 56; // int | Filter only mods that contain files tagged with versions of the given gameVersionTypeId
@@ -332,7 +332,7 @@ try {
332
332
|**category_id**|**int**| Filter by category id |[optional]|
333
333
|**game_version**|**string**| Filter by game version string |[optional]|
334
334
|**search_filter**|**string**| Filter by free text search in the mod name and author |[optional]|
335
-
|**sort_field**|[**\Aternos\CurseForgeApi\Model\ModsSearchSortField**](../Model/.md)| Filter by ModsSearchSortField enumeration |[optional]|
335
+
|**sort_field**|[**\Aternos\CurseForgeApi\Model\ModSearchSortField**](../Model/.md)| Filter by ModsSearchSortField enumeration |[optional]|
336
336
|**sort_order**|[**\Aternos\CurseForgeApi\Model\SortOrder**](../Model/.md)|'asc' if sort is in ascending order, 'desc' if sort is in descending order |[optional]|
337
337
|**mod_loader_type**|[**\Aternos\CurseForgeApi\Model\ModLoaderType**](../Model/.md)| Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion. |[optional]|
338
338
|**game_version_type_id**|**int**| Filter only mods that contain files tagged with versions of the given gameVersionTypeId |[optional]|
Copy file name to clipboardExpand all lines: src/Api/ModsApi.php
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1516,7 +1516,7 @@ public function getModsRequest(
1516
1516
* @param int|null $category_id Filter by category id (optional)
1517
1517
* @param string|null $game_version Filter by game version string (optional)
1518
1518
* @param string|null $search_filter Filter by free text search in the mod name and author (optional)
1519
-
* @param \Aternos\CurseForgeApi\Model\ModsSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1519
+
* @param \Aternos\CurseForgeApi\Model\ModSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1520
1520
* @param \Aternos\CurseForgeApi\Model\SortOrder|null $sort_order 'asc' if sort is in ascending order, 'desc' if sort is in descending order (optional)
1521
1521
* @param \Aternos\CurseForgeApi\Model\ModLoaderType|null $mod_loader_type Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion. (optional)
1522
1522
* @param int|null $game_version_type_id Filter only mods that contain files tagged with versions of the given gameVersionTypeId (optional)
* @param int|null $category_id Filter by category id (optional)
1572
1572
* @param string|null $game_version Filter by game version string (optional)
1573
1573
* @param string|null $search_filter Filter by free text search in the mod name and author (optional)
1574
-
* @param \Aternos\CurseForgeApi\Model\ModsSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1574
+
* @param \Aternos\CurseForgeApi\Model\ModSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1575
1575
* @param \Aternos\CurseForgeApi\Model\SortOrder|null $sort_order 'asc' if sort is in ascending order, 'desc' if sort is in descending order (optional)
1576
1576
* @param \Aternos\CurseForgeApi\Model\ModLoaderType|null $mod_loader_type Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion. (optional)
1577
1577
* @param int|null $game_version_type_id Filter only mods that contain files tagged with versions of the given gameVersionTypeId (optional)
@@ -1596,7 +1596,7 @@ public function searchModsWithHttpInfo(
@@ -1733,7 +1733,7 @@ public function searchModsWithHttpInfo(
1733
1733
* @param int|null $category_id Filter by category id (optional)
1734
1734
* @param string|null $game_version Filter by game version string (optional)
1735
1735
* @param string|null $search_filter Filter by free text search in the mod name and author (optional)
1736
-
* @param \Aternos\CurseForgeApi\Model\ModsSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1736
+
* @param \Aternos\CurseForgeApi\Model\ModSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1737
1737
* @param \Aternos\CurseForgeApi\Model\SortOrder|null $sort_order 'asc' if sort is in ascending order, 'desc' if sort is in descending order (optional)
1738
1738
* @param \Aternos\CurseForgeApi\Model\ModLoaderType|null $mod_loader_type Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion. (optional)
1739
1739
* @param int|null $game_version_type_id Filter only mods that contain files tagged with versions of the given gameVersionTypeId (optional)
@@ -1757,7 +1757,7 @@ public function searchModsAsync(
* @param int|null $category_id Filter by category id (optional)
1792
1792
* @param string|null $game_version Filter by game version string (optional)
1793
1793
* @param string|null $search_filter Filter by free text search in the mod name and author (optional)
1794
-
* @param \Aternos\CurseForgeApi\Model\ModsSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1794
+
* @param \Aternos\CurseForgeApi\Model\ModSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1795
1795
* @param \Aternos\CurseForgeApi\Model\SortOrder|null $sort_order 'asc' if sort is in ascending order, 'desc' if sort is in descending order (optional)
1796
1796
* @param \Aternos\CurseForgeApi\Model\ModLoaderType|null $mod_loader_type Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion. (optional)
1797
1797
* @param int|null $game_version_type_id Filter only mods that contain files tagged with versions of the given gameVersionTypeId (optional)
@@ -1815,7 +1815,7 @@ public function searchModsAsyncWithHttpInfo(
* @param int|null $category_id Filter by category id (optional)
1879
1879
* @param string|null $game_version Filter by game version string (optional)
1880
1880
* @param string|null $search_filter Filter by free text search in the mod name and author (optional)
1881
-
* @param \Aternos\CurseForgeApi\Model\ModsSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1881
+
* @param \Aternos\CurseForgeApi\Model\ModSearchSortField|null $sort_field Filter by ModsSearchSortField enumeration (optional)
1882
1882
* @param \Aternos\CurseForgeApi\Model\SortOrder|null $sort_order 'asc' if sort is in ascending order, 'desc' if sort is in descending order (optional)
1883
1883
* @param \Aternos\CurseForgeApi\Model\ModLoaderType|null $mod_loader_type Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion. (optional)
1884
1884
* @param int|null $game_version_type_id Filter only mods that contain files tagged with versions of the given gameVersionTypeId (optional)
@@ -1902,7 +1902,7 @@ public function searchModsRequest(
0 commit comments