postTestStepResultAttachments
Uploads attachment files to a specific test step result in Polarion. Provide test run details and attachment data to attach files to test step outcomes.
Instructions
Files are identified by order or optionally by the 'lid' attribute. 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. | |
| requestBody | Yes | Attachment meta data and file data. |