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.
1 parent e9e50ca commit ac781e2Copy full SHA for ac781e2
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