let us say that we have content type restaurant with fields (title: string, logo: media)
in create is simple form-data body = data: { “title”: “test”}, files.logo: FILE
but I couldn’t find in documentation and researching how to update the media
How can i update the logo for a specific restaurant
HI Yes I tried and wouldn’t work, but then found out that the custom update function I did wasn’t prepared for multipart , so I just updated the function and it worked