update_plan
Modify an existing test plan by updating its title, description, or the set of test cases included, using project code and plan ID.
Instructions
Update an existing test plan
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 | Test plan title | |
| description | No | Test plan description | |
| cases | No | Array of test case IDs to include in the plan |