linear_updateTeam
Update Linear team settings by team ID, allowing changes to name, description, visibility, color, icon, timezone, and parent team.
Instructions
Update team settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the team to update | |
| key | No | ||
| icon | No | ||
| name | No | ||
| color | No | ||
| private | No | ||
| parentId | No | ||
| timezone | No | ||
| visibility | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| key | No | ||
| icon | No | ||
| name | No | ||
| color | No | ||
| parent | No | ||
| private | No | ||
| timezone | No | ||
| archivedAt | No | ||
| visibility | No | ||
| description | No |