Team
Update Team
List all teams for the current account
put/teams/{id}
Path parameters
idstring required
Request body
Example request
{
"team": {
"team": {
"name": "Example Team",
"time_zone": "Pacific Time (US & Canada)",
"locale": "en"
}
}
}Response
OK
Example response
{
"id": 42000,
"public_id": "ClNcfI",
"name": "Example Team",
"time_zone": "Pacific Time (US & Canada)",
"locale": "en",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}