Contract Testing: Admin Update Team
contract-testing_admin_update_teamUpdate a team's configuration by specifying team ID, name, and optional administrators, environments, and pacticipants.
Instructions
Replace a team's configuration (admin).
Toolset: Admin
Parameters:
teamId (string) required: UUID of the team to update
name (string) required: Name of the team
administratorUuids (array): UUIDs of team administrators
environmentUuids (array): UUIDs of environments assigned to this team
pacticipantNames (array): Names of pacticipants assigned to this team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the team | |
| teamId | Yes | UUID of the team to update | |
| environmentUuids | No | UUIDs of environments assigned to this team | |
| pacticipantNames | No | Names of pacticipants assigned to this team | |
| administratorUuids | No | UUIDs of team administrators |