Update a Team

Prev Next
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
Collapse all
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
401

OK

object
success
boolean