update_webex_team
Update a Webex team's name or description. Ensure the bot is a team moderator to prevent forbidden errors.
Instructions
Update an existing Webex team's name and/or description.
Bot access note: the bot must be a team moderator. If the bot is only a regular member, this operation will fail with a forbidden error.
Args: team_id: Team ID to update (required) name: New name for the team (optional) description: New description for the team (optional)
Returns: Standardized response dictionary with success/error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| team_id | Yes | ||
| description | No |