Skip to content

Patch tournament ​

PATCH
/v1/tournaments/{tournament_id}

Partially update a single tournament

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

tournament_id*

XS2event ID of the Tournament

Type
string
Required

Request Body​

application/json
JSON
{
  
"official_name": "Formula 1",
  
"season": "2026",
  
"tournament_type": "league",
  
"region": "WORLD",
  
"date_start": "2026-09-01T00:00:00",
  
"date_stop": "2026-12-31T00:00:00",
  
"sport_type": "formula1",
  
"ranking": 10
}

Responses​

No Content

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​