update_team
Partially update an existing team's details, such as its name or bio, by providing the team ID and the specific fields to change.
Instructions
Update team details (PATCH — partial update).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to update (e.g., {"name": "New Name", "bio": "Description"}) | |
| team_id | Yes | Team ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |