I’m attempting to update a Multi-Image element in my Webflow CMS through the v2 API. The images are loading correctly from my source API (Vitec), but they’re not appearing in Webflow.
Structuring moreimg as both an array and as {items: }
Including alt text for each image
The API calls are returning 200 status codes, but the images aren’t appearing in the CMS. What’s the correct format for updating a Multi-Image element through the API?
API endpoint I’m using: PATCH https://api.webflow.com/v2/collections/{collection_id}/items/{item_id}
Hey @zachplata and @Sauceonfires did you end up figuring this out? I’m really struggling here. I either get a 400 error, or only my first images is taken from.
As a tip- any time you’re uncertain, pop some data in and test the GET endpoint. You’ll see the JSON structure. 99% of the time for most RESTful APIs this will match the POST & PATCH structures.