StatsHub Docs
APIEndpoint referenceDashboard

/dashboard/backfill-shotmap

The bounds on each option are the original's and are worth keeping: a batch size in the thousands or a delay of zero would have the ingestion service hammer the upstream provider.

POST
/api/dashboard/backfill-shotmap

The bounds on each option are the original's and are worth keeping: a batch size in the thousands or a delay of zero would have the ingestion service hammer the upstream provider.

Authorization

AuthorizationBearer <token>

Supabase access token.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/dashboard/backfill-shotmap" \  -H "Content-Type: application/json" \  -d '{    "limit": 0,    "options": {      "batchDelay": 0,      "batchSize": 0,      "maxRetries": 0,      "retryDelay": 0    }  }'
null