How to update a document without increasing its version?

Hey guys, I need to update a doc without increasing its _version field, Is there a way I can do achieve this ?

Nope.
You might want to create another field:value pair for your own versioning.

We're not all guys either :slight_smile:

Sorry for being impolite. Let me explain this.
In some case I need to update a nested field with no version check, because those requests are strictly ordred, and I don't have version context in those requests. On the same time, I need to update the rest part of document with version control, this time I have version context. version is a timestamp and those requests are unordered, so I need a version control

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.