Skip to main content
PUT
Update a team

Path Parameters

org_id
string<uuid>
required
team_id
string<uuid>
required

Body

application/json
add_to_new_projects
boolean | null
can_create_projects
boolean | null
can_merge_production
boolean | null
can_merge_staging
boolean | null
name
string | null

Response

Successful Response

add_to_new_projects
boolean
required
can_create_projects
boolean
required
can_merge_production
boolean
required
can_merge_staging
boolean
required
created_at
string<date-time>
required
id
string<uuid>
required
name
string
required
organization_id
string<uuid>
required
updated_at
string<date-time>
required
member_count
integer
default:0
project_count
integer
default:0