Contract Testing: Admin Create Team
contract-testing_admin_create_teamCreate a new team by specifying its name, and optionally assign administrators, environments, and pacticipants.
Instructions
Create a new team (admin).
Toolset: Admin
Parameters:
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 | |
| environmentUuids | No | UUIDs of environments assigned to this team | |
| pacticipantNames | No | Names of pacticipants assigned to this team | |
| administratorUuids | No | UUIDs of team administrators |