Cache Busting for images returned with an API

Hi all,

I’m running into an issue where the images returned through an API are being cached. In all other API calls, I use date and time passed in the header to bust the cache - and I am doing it here as well. Here is my api call:


All data on the call is updating correctly. However, because we overwrite the image with a new image that uses the same link, Bubble is continuing to load the old image and not loading the new image that has overwritten it.

Has anyone ran into this? If so, how did you solve it?

Is the API return an url to image? What is your setting to display it?