We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9e50ca + ac781e2 commit 340d5b7Copy full SHA for 340d5b7
src/Challonge/Challonge.php
@@ -165,7 +165,7 @@ public function randomizeParticipants(string $tournament): Collection
165
*/
166
public function getParticipant(string $tournament, int $participant): Participant
167
{
168
- $response = $this->client->request('post', "tournaments/{$tournament}/participants/{$participant}");
+ $response = $this->client->request('get', "tournaments/{$tournament}/participants/{$participant}");
169
return Participant::fromResponse($this->client, $response['participant']);
170
}
171
0 commit comments