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 38b4e7b commit 8d7cf54Copy full SHA for 8d7cf54
src/Devices.php
@@ -224,7 +224,7 @@ public function onFocus($id, array $data)
224
*/
225
public function csvExport()
226
{
227
- $url = '/players/csv-export?app_id=' . $this->api->getConfig()->getApplicationId();
+ $url = '/players/csv_export?app_id=' . $this->api->getConfig()->getApplicationId();
228
229
return $this->api->request('POST', $url, [
230
'headers' => [
0 commit comments