uvdesk / api-bundle

API Integration for UVdesk Community Helpdesk System.
MIT License
17 stars 15 forks source link

Still Cannot Create Multiple attachments for a ticket. #13

Closed phenomenalDenzel closed 3 years ago

phenomenalDenzel commented 3 years ago

After testing the solution provided at: issue 12 the multiple attachments uploaded for a ticket still behaves the same, i.e If list of attachments are uploaded, it takes only the last item and uploads only one attachment.

When testing via postman, I use "attachments" key multiple times for each file I want to upload and also via my code base, I pass list of files to the attachments key, but both methods of testing still behaves the same as usual.