test_cases_attachments_create
Initiate test case attachment upload by creating an attachment record and receiving a presigned S3 URL to upload the file.
Instructions
Create test case attachment (returns presigned upload URL)
Tag: Test Case Attachments
Cria o registro do anexo (uploaded=false) e retorna uma presigned URL S3 (PUT, 300s). Faça o PUT do arquivo na uploadUrl e depois confirme com PATCH /v1/test-cases/:id/attachments/:attachmentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Case ID | |
| md5 | Yes | ||
| size | Yes | Tamanho em bytes | |
| type | Yes | MIME type | |
| fileName | Yes |