Spectatr.ai

Scheduling & Ingestion · Schedule

Update a fixture

Change kickoff time or name on a single fixture without republishing the tournament.


PUT/matches/{externalId}

Request

Request
{
  "startTime": 1757012400000,
  "name": "Coventry v Ospreys, rescheduled"
}

Response, 200

200 OK
{
  "externalId": "g-88213",
  "matchId": "68b9c1f04a2e7d3c91aa02",
  "startTime": 1757012400000
}

Only startTime and name are accepted; any other field is rejected rather than ignored.