update_team
Modify team name, emoji, conversation assignment type, timezone, business hours, and SLA policy using team ID.
Instructions
Update Team PUT /api/v1/teams/{id} Tags: Teams
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | (path parameter) | |
| name | No | (body) | |
| emoji | No | (body) | |
| conversation_assignment_type | No | (body) | |
| max_auto_assigned_conversations | No | (body) | |
| timezone | No | (body) | |
| business_hours_id | No | (body) | |
| sla_policy_id | No | (body) |