update-team
Modify a team's attributes by applying JSON Patch operations. Provide the team ID and a list of changes to update fields like description.
Instructions
Update a team using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Team UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |