executions_attachments_create
Creates an execution attachment record and returns a presigned S3 upload URL. Upload the file via PUT to the provided URL, then confirm the attachment.
Instructions
Create execution attachment (returns presigned upload URL)
Tag: Execution 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/executions/:id/attachments/:attachmentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID | |
| md5 | Yes | ||
| size | Yes | Tamanho em bytes | |
| type | Yes | MIME type | |
| fileName | Yes |