I try to edit an item via the REST API of ERPNEXT. However, I keep getting the same response code (200) and the request doesn’t edit the item. GET requests are working fine. However, the POST request just returns all the values of the Item, without editing the value it should have edited. See image:
When I do a POST request, it responds with <response 200> but do not create the new file to the system. When I try the same thing on my local site, it works completely fine.
Are there any special permissions or setups required to initiate the api for cloud? (Even giving all permissions do not work for me). What would I be doing wrong?