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
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
153
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
154
154
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['addTeamMember'] to see the possible values for this operation
155
155
*
156
156
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -168,7 +168,7 @@ public function addTeamMember($id, $user_identifier = null, string $contentType
168
168
* Add a user to a team
169
169
*
170
170
* @param string $id The ID of the team (required)
171
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
171
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
172
172
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['addTeamMember'] to see the possible values for this operation
173
173
*
174
174
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -225,7 +225,7 @@ public function addTeamMemberWithHttpInfo($id, $user_identifier = null, string $
225
225
* Add a user to a team
226
226
*
227
227
* @param string $id The ID of the team (required)
228
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
228
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
229
229
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['addTeamMember'] to see the possible values for this operation
230
230
*
231
231
* @throws \InvalidArgumentException
@@ -247,7 +247,7 @@ function ($response) {
247
247
* Add a user to a team
248
248
*
249
249
* @param string $id The ID of the team (required)
250
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
250
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
251
251
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['addTeamMember'] to see the possible values for this operation
252
252
*
253
253
* @throws \InvalidArgumentException
@@ -285,7 +285,7 @@ function ($exception) {
285
285
* Create request for operation 'addTeamMember'
286
286
*
287
287
* @param string $id The ID of the team (required)
288
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
288
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier User to be added (must be the ID, usernames cannot be used here) (optional)
289
289
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['addTeamMember'] to see the possible values for this operation
290
290
*
291
291
* @throws \InvalidArgumentException
@@ -1804,7 +1804,7 @@ public function joinTeamRequest($id, string $contentType = self::contentTypes['j
1804
1804
*
1805
1805
* @param string $id The ID of the team (required)
1806
1806
* @param string $id_username The ID or username of the user (required)
1807
-
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody|null $modify_team_member_body Contents to be modified (optional)
1807
+
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody $modify_team_member_body Contents to be modified (optional)
1808
1808
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyTeamMember'] to see the possible values for this operation
1809
1809
*
1810
1810
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1823,7 +1823,7 @@ public function modifyTeamMember($id, $id_username, $modify_team_member_body = n
1823
1823
*
1824
1824
* @param string $id The ID of the team (required)
1825
1825
* @param string $id_username The ID or username of the user (required)
1826
-
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody|null $modify_team_member_body Contents to be modified (optional)
1826
+
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody $modify_team_member_body Contents to be modified (optional)
1827
1827
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyTeamMember'] to see the possible values for this operation
1828
1828
*
1829
1829
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1881,7 +1881,7 @@ public function modifyTeamMemberWithHttpInfo($id, $id_username, $modify_team_mem
1881
1881
*
1882
1882
* @param string $id The ID of the team (required)
1883
1883
* @param string $id_username The ID or username of the user (required)
1884
-
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody|null $modify_team_member_body Contents to be modified (optional)
1884
+
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody $modify_team_member_body Contents to be modified (optional)
1885
1885
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyTeamMember'] to see the possible values for this operation
1886
1886
*
1887
1887
* @throws \InvalidArgumentException
@@ -1904,7 +1904,7 @@ function ($response) {
1904
1904
*
1905
1905
* @param string $id The ID of the team (required)
1906
1906
* @param string $id_username The ID or username of the user (required)
1907
-
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody|null $modify_team_member_body Contents to be modified (optional)
1907
+
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody $modify_team_member_body Contents to be modified (optional)
1908
1908
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyTeamMember'] to see the possible values for this operation
1909
1909
*
1910
1910
* @throws \InvalidArgumentException
@@ -1943,7 +1943,7 @@ function ($exception) {
1943
1943
*
1944
1944
* @param string $id The ID of the team (required)
1945
1945
* @param string $id_username The ID or username of the user (required)
1946
-
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody|null $modify_team_member_body Contents to be modified (optional)
1946
+
* @param \Aternos\ModrinthApi\Model\ModifyTeamMemberBody $modify_team_member_body Contents to be modified (optional)
1947
1947
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyTeamMember'] to see the possible values for this operation
1948
1948
*
1949
1949
* @throws \InvalidArgumentException
@@ -2066,7 +2066,7 @@ public function modifyTeamMemberRequest($id, $id_username, $modify_team_member_b
2066
2066
* Transfer team's ownership to another user
2067
2067
*
2068
2068
* @param string $id The ID of the team (required)
2069
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier New owner's ID (optional)
2069
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier New owner's ID (optional)
2070
2070
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['transferTeamOwnership'] to see the possible values for this operation
2071
2071
*
2072
2072
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -2084,7 +2084,7 @@ public function transferTeamOwnership($id, $user_identifier = null, string $cont
2084
2084
* Transfer team's ownership to another user
2085
2085
*
2086
2086
* @param string $id The ID of the team (required)
2087
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier New owner's ID (optional)
2087
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier New owner's ID (optional)
2088
2088
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['transferTeamOwnership'] to see the possible values for this operation
2089
2089
*
2090
2090
* @throws \Aternos\ModrinthApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -2141,7 +2141,7 @@ public function transferTeamOwnershipWithHttpInfo($id, $user_identifier = null,
2141
2141
* Transfer team's ownership to another user
2142
2142
*
2143
2143
* @param string $id The ID of the team (required)
2144
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier New owner's ID (optional)
2144
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier New owner's ID (optional)
2145
2145
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['transferTeamOwnership'] to see the possible values for this operation
2146
2146
*
2147
2147
* @throws \InvalidArgumentException
@@ -2163,7 +2163,7 @@ function ($response) {
2163
2163
* Transfer team's ownership to another user
2164
2164
*
2165
2165
* @param string $id The ID of the team (required)
2166
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier New owner's ID (optional)
2166
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier New owner's ID (optional)
2167
2167
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['transferTeamOwnership'] to see the possible values for this operation
2168
2168
*
2169
2169
* @throws \InvalidArgumentException
@@ -2201,7 +2201,7 @@ function ($exception) {
2201
2201
* Create request for operation 'transferTeamOwnership'
2202
2202
*
2203
2203
* @param string $id The ID of the team (required)
2204
-
* @param \Aternos\ModrinthApi\Model\UserIdentifier|null $user_identifier New owner's ID (optional)
2204
+
* @param \Aternos\ModrinthApi\Model\UserIdentifier $user_identifier New owner's ID (optional)
2205
2205
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['transferTeamOwnership'] to see the possible values for this operation
0 commit comments