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: lib/Api/ThreadsApi.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1611,7 +1611,7 @@ public function getThreadRequest($id, string $contentType = self::contentTypes['
1611
1611
*
1612
1612
* Get multiple threads
1613
1613
*
1614
-
* @param string[] $ids The IDs of the threads (required)
1614
+
* @param string $ids The IDs of the threads (required)
1615
1615
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getThreads'] to see the possible values for this operation
1616
1616
*
1617
1617
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response
@@ -1629,7 +1629,7 @@ public function getThreads($ids, string $contentType = self::contentTypes['getTh
1629
1629
*
1630
1630
* Get multiple threads
1631
1631
*
1632
-
* @param string[] $ids The IDs of the threads (required)
1632
+
* @param string $ids The IDs of the threads (required)
1633
1633
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getThreads'] to see the possible values for this operation
1634
1634
*
1635
1635
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response
@@ -1729,7 +1729,7 @@ public function getThreadsWithHttpInfo($ids, string $contentType = self::content
1729
1729
*
1730
1730
* Get multiple threads
1731
1731
*
1732
-
* @param string[] $ids The IDs of the threads (required)
1732
+
* @param string $ids The IDs of the threads (required)
1733
1733
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getThreads'] to see the possible values for this operation
1734
1734
*
1735
1735
* @throws \InvalidArgumentException
@@ -1750,7 +1750,7 @@ function ($response) {
1750
1750
*
1751
1751
* Get multiple threads
1752
1752
*
1753
-
* @param string[] $ids The IDs of the threads (required)
1753
+
* @param string $ids The IDs of the threads (required)
1754
1754
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getThreads'] to see the possible values for this operation
1755
1755
*
1756
1756
* @throws \InvalidArgumentException
@@ -1800,7 +1800,7 @@ function ($exception) {
1800
1800
/**
1801
1801
* Create request for operation 'getThreads'
1802
1802
*
1803
-
* @param string[] $ids The IDs of the threads (required)
1803
+
* @param string $ids The IDs of the threads (required)
1804
1804
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getThreads'] to see the possible values for this operation
1805
1805
*
1806
1806
* @throws \InvalidArgumentException
@@ -1828,7 +1828,7 @@ public function getThreadsRequest($ids, string $contentType = self::contentTypes
0 commit comments