update_environment
Modify a test environment's title, description, slug, or host using its project code and ID.
Instructions
Update an existing test environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Project code (2-10 uppercase letters, numbers, or underscores) | |
| id | Yes | Entity ID (positive integer) | |
| title | No | Environment title | |
| description | No | Environment description | |
| slug | No | URL-friendly identifier | |
| host | No | Environment host/URL |