Skip to main content
PATCH
Update a pending tournament (if not started)

Headers

x-api-key
string
required

Game API key for authentication

Example:

"abc123xyz456"

Path Parameters

tournamentId
string
required

Body

application/json
name
string

Tournament name

Example:

"Battle of Nexra"

description
string

Tournament description

Example:

"An intense tournament for top gamers"

entryFee
number

Gamers entry fee for the tournament

Example:

50

startTime
string<date-time>

Tournament start time

Example:

"2025-11-10T18:00:00Z"

endTime
string<date-time>

Tournament end time

Example:

"2025-11-10T21:00:00Z"

Response

200 - application/json

Tournament updated successfully