Upload case attachment
Uploads a file to a case as multipart form data. The maximum size is
25 MiB, and the content type must be an allowed type such as PDF, PNG,
JPEG, CSV, XLSX, DOCX, or plain text.
Available to both Platform and Enterprise Partners.
Path parameters
caseUuid
The case's UUID.
Request
This endpoint expects a multipart form containing a file.
file
The file to upload.
Response
The uploaded attachment
uuid
The attachment's identifier.
caseUuid
The case the attachment belongs to.
fileType
The file's content type.
filename
The file's name.
fileUrl
A reference to the stored file.
uploadedAt
When the file was uploaded.
uploadedBy
The id of the user who uploaded the file.
uploadedByUser
The resolved user who uploaded the file. Null when not enriched.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error