update_test_steps
Update existing test steps on a test case version. Provide step IDs and new step details, expected results, or test data. Returns the updated step objects.
Instructions
Update existing test steps on a test case version. Each step must include its step id (from create_test_steps or get_test_case response). Returns the updated step objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test case ID | |
| versionNo | Yes | Test case version number | |
| steps | Yes | Steps to update |