patchTestStepResult
Update a specific test step result in a Polarion test run by providing project, test run, test case, iteration, and step index details along with the new result data.
Instructions
Updates the specified Test Step Result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The Project ID. | |
| testRunId | Yes | The Test Run ID. | |
| testCaseProjectId | Yes | The Testcase Project ID. | |
| testCaseId | Yes | The Testcase ID. | |
| iteration | Yes | The Iteration Number. | |
| testStepIndex | Yes | The Test Step index. | |
| requestBody | Yes | The Test Step(s) body. |