Hi, currently I’m working with Sync Gateaway but I’ve never done it before, and I want to perform an update with the _bulk_docs rest API. I have questions:
- The _id should be the document Id?
- The revision needs to be filled? Can I fill it with any uid?
- I what field should I specify the values that I want updated in my object?
- If the file I want to update is inside an array, how should I specify that value?
Apart from that, I would really appreciate if anyone could give me an example of a JSON passed on this API call. Thanks in advance.