Hello!
I'm using the API extensively in powersave to create and update records.
New records is created via `POST` and the attachment array gets processed just fine.
But then, when a record is updated via `PATCH` the previous attachment seem to get partially corrupted. They can still be opened and viewed in full size but none of the thumbnail are available.
I tried to send back the attachments in various formats:
{ id }
{ id, fileName, url }
{ id: fileName }
It seems to happen in all cases.
Is there any way I can prevent this? Thanks a lot!