postTestRecordAttachments
Attach files to a specific test record in a test run by providing test case, project, and iteration details.
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. | |
| requestBody | Yes | Attachment meta data and file data. |