update_suite
Modify an existing test suite's title, description, preconditions, or move it under a different parent suite using project code and suite ID.
Instructions
Update an existing test suite
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 | Suite title | |
| description | No | Suite description | |
| preconditions | No | Preconditions for tests in this suite | |
| parent_id | No | Parent suite ID for moving the suite |