pim-docs
pim-docs copied to clipboard
Use PUT instead Patch
I work with a legacy ERP which has some limitations, one of them is it cannot make PATCH requests, the only methods it can do is: GET, PUT, POST, or DELETE.
So, I'm unable to Update a product, I was wondering if I can change on Akeneo to use PUT request instead of Patch to update a product, or does anyone see another approach to my problem?
Thanks in advance.