update_case
Modify an existing TestRail test case by providing its ID and fields to update, such as title, steps, or priority.
Instructions
Patch an existing test case. fields is forwarded to TestRail as-is.
Common keys: title, custom_preconds, custom_steps_separated, priority_id, type_id, refs. To rewrite steps, pass a list under custom_steps_separated: [{"content": "...", "expected": "..."}, ...].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| case_id | Yes |