Lomkit / laravel-rest-api

Generate Api in seconds
https://laravel-rest-api.lomkit.com/
MIT License
444 stars 25 forks source link

How to make a mutate request with multipart/form-data #72

Closed thiagolp90 closed 11 months ago

thiagolp90 commented 11 months ago

Description

Hi, I'm trying to make a mutate request with multipart/form-data, but it's not working. I need to upload a file to this endpoint.

Request: image

Response: image

Thanks in advance for your help.

thiagolp90 commented 11 months ago

It's working.

I need just to put the value in a key:

mutate[0]operation -> mutate[0][operation] mutate[0]attributes[user_id] -> mutate[0][attributes][user_id]