update_case
Update an existing test case in TestRail by specifying its ID and optional fields like title, type, priority, estimate, preconditions, steps, and expected result.
Instructions
Update an existing test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Case ID | |
| title | No | Test case title (optional) | |
| type_id | No | Test case type ID (optional) | |
| priority_id | No | Priority ID (optional) | |
| estimate | No | Time estimate (optional) | |
| refs | No | References (optional) | |
| custom_preconds | No | Preconditions (optional) | |
| custom_steps | No | Test steps (optional) | |
| custom_expected | No | Expected result (optional) |