Skip to main content
PUT
Update a team

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
integer
required

Body

application/json
name
string
required

Team Name

description
string

Team description

workspace_id
integer

Workspace ID

Response

200 - application/json

Team updated successfully

id
integer
name
string
description
string
workspace_id
integer
created_at
string<date-time>
updated_at
string<date-time>