update_test_scenario_steps
Replace all steps in a test scenario with a new set of steps, supporting HTTP API calls and conditional if-blocks.
Instructions
Set or update the steps in a test scenario. Each step references an API endpoint via bindId (apiDetailId). Steps are fully replaced — pass the complete steps array. Supports 'http' steps (regular API calls) and 'if' conditional blocks (which have children instead of httpApiCase).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | Complete array of steps to set on the scenario | |
| scenarioId | Yes | The test scenario ID |