Hi Yuuvis Team
I would like to upload multiple files to one document. The contentStreams property is an array of objects, so I thought this would be possible.
"contentStreams": [{
"mimeType": "message/rfc822",
"fileName": "upload.eml",
"cid": "cid_63apple"
}]
But when I try to upload multiple contents, I get the following error message:
UnprocessableEntity: Unprocessable Entity
{
"service" : "repository",
"httpErrorCode" : 422,
"errorMessage" : "only one contentstream allowed per object. number of contentStreams: [2]",
...
Is there a way to upload multiple contentStreams?
Kind regards
Nicole