Update 1 field of multiple contents squidex API

yes, I tested by postman and filter work

I am very sorry. I just found a bug that cause the query not to be read properly. I will provide a fix for that today.

1 Like

Thank you very much, have a nice day

I have deployed a fix.

1 Like

Thank you, I tested and it worked. And I have a question, How do I update this fix on another platform (Docker, Vultr)

Hi,

if you check out a Squidex build in Github you can find the version:

So it is dev-6539

You edit your docker-compose file, change image tag to dev-6539 and update your deployment with docker-compose up -d

Thank you very much