Skip to main content
PUT
Update team

Authorizations

X-API-KEY
string
header
required

API key for authentication. You can generate this from the 16TMS console.

Path Parameters

teamId
string<uuid>
required

The unique identifier of the team

Query Parameters

externalId
string
required

External user ID for API key context

Body

application/json
name
string

Name of the team

logo
string | null

URL to the team's logo image

coverImage
string | null

URL to the team's cover image

description
string | null

Description of the team

gameId
string<uuid>

ID of the game this team is associated with

Response

Team updated successfully

success
boolean
message
string
data
object
meta
object