patchTestStepResultAttachment
Update an attachment on a test step result by providing project, test run, test case, step index, iteration, and attachment ID.
Instructions
See more in the REST API User Guide.
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. | |
| attachmentId | Yes | The Attachment ID. | |
| requestBody | No | Attachment meta data and file data. |