Kvindo™ Cloud Docs
A Comment Attachment is a file uploaded with a Ticket Comment — a screenshot, log file, or configuration excerpt. You supply the bytes as base64 at creation, and the file becomes downloadable afterwards from a generated URL.
• File name / type — the original filename and MIME type (spec.fileName, spec.fileType)
• Content — the file bytes, base64-encoded (spec.fileContentBase64); write-only — it is never returned on read
• Download URL — a generated link to fetch the file after upload (status.downloadUrl)
| UI Name | API / kc name | Terraform name | Optional | Format | Default | Is read only | Description |
|---|---|---|---|---|---|---|---|
| File name | spec.fileName |
spec.file_name |
No | string | — | No | Original filename |
| File type | spec.fileType |
spec.file_type |
No | string | — | No | MIME type, e.g. text/plain |
| Content | spec.fileContentBase64 |
spec.file_content_base64 |
Yes | string (nullable) | — | No | File bytes base64-encoded; write-only, never returned on read |
| Download URL | status.downloadUrl |
status.download_url |
— | string (nullable) | — | Yes | Generated link to download the file |
Terraform
Python SDK
Resource docs
More in this section
Reference