testrail_update_case
Modify an existing TestRail test case by specifying its ID and providing new values for title, steps, preconditions, expected results, priority, references, or estimate.
Instructions
Update an existing test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refs | No | Optional references | |
| title | No | Optional new title | |
| case_id | Yes | The ID of the test case to update | |
| estimate | No | Optional estimate | |
| priority_id | No | Optional priority ID | |
| custom_steps | No | Optional test steps | |
| custom_expected | No | Optional expected result | |
| custom_preconds | No | Optional preconditions |