dispatch_jobs_create_attachment
Create a job attachment using a job ID and base64-encoded file. Specify 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 | |
| contentType | No | Attachment content type | |
| _confirmed | No | Set to true to confirm this write operation |