Sunbird-RC / open-saber

Database agnostic, readily scalable APIs to store data!
https://opensaber.io/
MIT License
10 stars 44 forks source link

OS-256 Fix child addition during update #423

Closed indrajra closed 3 years ago

indrajra commented 4 years ago

A: { a1: "a1value", b: { b1: "b1value" } }

With the above schema, create a record first with A: {a1 : "a1value"}. Next, as part of update invoke the following A: {osid : "osidvalue", b : { b1: "b1value"}}