Then you have an unknown problem
Jun 19, 2022
7
Level 1
Update Image with put method via move() won't work in postman api
I am trying to update image through postman api but when I use move (), instead of storesAs(). I keep receiving an unknow error.
Level 122
@kms69 Well it could be argued that you are posting a new image, not updating an existing one.
So, POST verb seems fine for an image. Actually, using POST/PATCH/PUT makes absolutely no difference to your application, its only semantics.
1 like
Please or to participate in this conversation.