Update test plan
kiwi_update_planUpdate test plan details including name, type, product, version, text, and active flag in Kiwi TCMS.
Instructions
TestPlan.update: name, type, product, version, text, active flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test plan id | |
| name | No | New plan name | |
| text | No | Plan text / description | |
| type | No | Plan type name or id | |
| parent | No | Parent plan id | |
| product | No | Product name or id | |
| is_active | No | Whether the plan is active | |
| product_version | No | Product version value or id |