Update team
PUT /teams/{teamId}
PUT
/teams/{teamId}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” teamId
required
Unique identifier of the team to retrieve
string
Unique identifier of the team to retrieve
Request Body
Section titled “Request Body ”object
name
New name for the team (1-255 characters)
string
Responses
Section titled “ Responses ”Team updated successfully
object
teamId
required
Unique identifier for the team (nanoid format)
string
name
required
Human-readable name for the team
string
createdAt
required
When the team was created (ISO 8601)
string format: date-time
updatedAt
required
When the team was last modified (ISO 8601)
string format: date-time
Forbidden - insufficient permissions to update this team
Team not found