Post
/api/v1/teams.update
Updates an existing team (name and type).
Permission required: edit-team
Header parameters
X-Auth-Token
stringRequired
The authToken
of the authenticated user.
ExampleRScctEHSmLGZGywfIhWyRpyofhKOiMoUIpimhvheU3f
X-User-Id
stringRequired
The userId
of the authenticated user.
ExamplerbAXPnMktTFbNpwtJ
Body parameters
Example
{
"teamId": "ByehQjC44FwMeiLbX",
"data": {
"name": "newTeamName",
"type": 1
}
}
object
teamId
string Required
The team ID.
data
object Required
The new team name and type (0 - public, 1 - private).
name
string
type
integer
Responses
200
OK
Success
{
"success": true
}
object
success
boolean
401
Unauthorized
Authorization Error
{
"status": "error",
"message": "You must be logged in to do this."
}
object
status
string
message
string