updateteam
Last updated
POST /api/updateteam
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"teamID": "<team ID to update>",
"teamInfo": {
"name": "Updated Team Name",
"description": "Updated team description"
}
}{
"status": "success"
}