I am using Craft 3 to populate content over a REST api. Now I have a use case, where I want to update an internal field of an entry without changing the dateUpdated. Otherwise the clients would get informed about an update, but it is just for internal/system use.
Can I somehow save an entry without changing the dateUpdated or do I need to find another solution for my use case?