webflow / js-webflow-api

Node.js SDK for the Webflow Data API
https://www.npmjs.com/package/webflow-api
285 stars 92 forks source link

Not able to update fields #115

Open ram-lilbigthings opened 6 months ago

ram-lilbigthings commented 6 months ago

We tried to update fields within collection item with new api v2 sdk and we are getting response status as 200. Still when we check webflow item fields they do not get updated there. We are trying to update optimized images using api v2 sdk but they are not getting updated issue ss 1 - Here I am attaching code through which we are updating images issue ss 2 - Here I am getting status as 200 issue ss3 (1) - The data which we are sending issue ss 4 - The log of image which we optimized we compressed it from 154KB to 139KB and we are trying to upload that 139KB image issue ss 5 - We refreshed webflow and checked but in field the image do not get updated.