diff --git a/src/app/Http/Controllers/StatisticsController.php b/src/app/Http/Controllers/StatisticsController.php index a0bddaf..e9d58be 100644 --- a/src/app/Http/Controllers/StatisticsController.php +++ b/src/app/Http/Controllers/StatisticsController.php @@ -21,6 +21,8 @@ public function index(Request $request): JsonResponse 'ScoreTypeId' => 'ScoreTypeId' ]; + $request->merge(['limit' => 1000000]); + $initialSortColumn = 'Year'; $model = new SummaryStatsView(); diff --git a/src/storage/api-docs/api-docs.yaml b/src/storage/api-docs/api-docs.yaml index e2d6278..417ad58 100644 --- a/src/storage/api-docs/api-docs.yaml +++ b/src/storage/api-docs/api-docs.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: - version: 1.37.0 + version: 1.37.1 title: Transcribathon Platform API v2 description: This is the documentation of the Transcribathon API v2 used by [https:transcribathon.eu](https://transcribathon.eu/).
For authorization you can use the the bearer token you are provided with.