Request a Statistics Rebuild for a competition.
			POST /v1/{sport}/statistics/rebuild/competitions/{competitionId}/type/{statisticType}
			
		| Parameter Name | Value | Description | 
|---|---|---|
| Required Parameters | ||
| sport | string | The sport for which you are making the request | 
| competitionId | integer | The unique identifier for this competition. | 
| statisticType | string | Record types to rebuild 
 | 
| Optional Parameters | ||
| teamId | integer | Rebuild for only one team | 
| personId | integer | Rebuild for only one person | 
| useExternalForLeague | integer | If this value is set to the leagueId for the competition, then the URL parameters competitionId,teamIdandpersonIdwill instead refer to theexternalIdof their respective entities in that league. | 
Do not supply a request body with this method.
Successful this method returns SUCCESS.