StatsHub Docs
Endpoint 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/v2/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.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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