How do I partially update existing objects using upload JSON file feature / can you give me an example of what such JSON records would look like? I’ve looked through the Algolia documentation and the only methods I could find in it for partial updates to existing records (like lets say to update a product’s price) is shown how to do it by API call, and not by a JSON or CSV upload.
Can anyone please help?