Contract Testing: Update Environment
contract-testing_update_environmentUpdate metadata of an existing environment, including name, display name, production flag, and team assignments.
Instructions
Update an existing environment's metadata.
Toolset: Environments and Deployments
Parameters:
environmentId (string) required: UUID of the environment to update
name (string) required: Unique name for the environment
production (boolean) required: Whether this is a production environment
displayName (string): Human-readable display name
teamUuids (array): UUIDs of teams that own this environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name for the environment | |
| teamUuids | No | UUIDs of teams that own this environment | |
| production | Yes | Whether this is a production environment | |
| displayName | No | Human-readable display name | |
| environmentId | Yes | UUID of the environment to update |