Update Team

Update a team

PATCH https://api.xenia.team/v1/teams/:id

Update existing team

Path Parameters

NameTypeDescription

id*

String

Team id

Headers

NameTypeDescription

Authorization*

JWT Token

Access token

Request Body

NameTypeDescription

name

string

name of the team

members

string[]

array of the user id

{
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "name": "Admins",
    "members" ["e77b6442-de60-401c-a173-0afc84a5747e", "e77b6442-de60-401c-a173-0afc84a5747e"],
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated