dispatch_jobs_create_attachment
Attach a file to a dispatch job by providing the job ID, base64-encoded file, and optional file name and content type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID | |
| file | Yes | Base64-encoded attachment file | |
| fileName | No | Attachment file name | |
| _confirmed | No | Set to true to confirm this write operation | |
| contentType | No | Attachment content type |