I need to add / change / delete objects inside an array that is inside a document, I would like to know if I have to update all the data that will be sent, or if I can only change the specific object that is inside the array.
I have a form with many fields, I would just like to update a specific object ... Do I have to send the entire object or can I only update the specific object?
Is it possible to add / change / delete only objects that are within plans? Or do I need to send every object in the image to update plans together?